Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ListBatchEvaluationsRequest
Packages that use ListBatchEvaluationsRequest
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListBatchEvaluationsRequest in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore with parameters of type ListBatchEvaluationsRequestModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listBatchEvaluations(ListBatchEvaluationsRequest listBatchEvaluationsRequest) Lists all batch evaluations in the account, providing summary information about each evaluation's status and configuration.default ListBatchEvaluationsResponseBedrockAgentCoreClient.listBatchEvaluations(ListBatchEvaluationsRequest listBatchEvaluationsRequest) Lists all batch evaluations in the account, providing summary information about each evaluation's status and configuration.default ListBatchEvaluationsPublisherBedrockAgentCoreAsyncClient.listBatchEvaluationsPaginator(ListBatchEvaluationsRequest listBatchEvaluationsRequest) default ListBatchEvaluationsIterableBedrockAgentCoreClient.listBatchEvaluationsPaginator(ListBatchEvaluationsRequest listBatchEvaluationsRequest) This is a variant ofBedrockAgentCoreClient.listBatchEvaluations(software.amazon.awssdk.services.bedrockagentcore.model.ListBatchEvaluationsRequest)operation. -
Uses of ListBatchEvaluationsRequest in software.amazon.awssdk.services.bedrockagentcore.paginators
Constructors in software.amazon.awssdk.services.bedrockagentcore.paginators with parameters of type ListBatchEvaluationsRequestModifierConstructorDescriptionListBatchEvaluationsIterable(BedrockAgentCoreClient client, ListBatchEvaluationsRequest firstRequest) ListBatchEvaluationsPublisher(BedrockAgentCoreAsyncClient client, ListBatchEvaluationsRequest firstRequest) -
Uses of ListBatchEvaluationsRequest in software.amazon.awssdk.services.bedrockagentcore.transform
Methods in software.amazon.awssdk.services.bedrockagentcore.transform with parameters of type ListBatchEvaluationsRequestModifier and TypeMethodDescriptionListBatchEvaluationsRequestMarshaller.marshall(ListBatchEvaluationsRequest listBatchEvaluationsRequest)