Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GetBatchEvaluationResponse
Packages that use GetBatchEvaluationResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetBatchEvaluationResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return GetBatchEvaluationResponseModifier and TypeMethodDescriptiondefault GetBatchEvaluationResponseBedrockAgentCoreClient.getBatchEvaluation(Consumer<GetBatchEvaluationRequest.Builder> getBatchEvaluationRequest) Retrieves detailed information about a batch evaluation, including its status, configuration, results, and any error details.default GetBatchEvaluationResponseBedrockAgentCoreClient.getBatchEvaluation(GetBatchEvaluationRequest getBatchEvaluationRequest) Retrieves detailed information about a batch evaluation, including its status, configuration, results, and any error details.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type GetBatchEvaluationResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getBatchEvaluation(Consumer<GetBatchEvaluationRequest.Builder> getBatchEvaluationRequest) Retrieves detailed information about a batch evaluation, including its status, configuration, results, and any error details.BedrockAgentCoreAsyncClient.getBatchEvaluation(GetBatchEvaluationRequest getBatchEvaluationRequest) Retrieves detailed information about a batch evaluation, including its status, configuration, results, and any error details.