Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.StopBatchEvaluationResponse
Packages that use StopBatchEvaluationResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StopBatchEvaluationResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return StopBatchEvaluationResponseModifier and TypeMethodDescriptiondefault StopBatchEvaluationResponseBedrockAgentCoreClient.stopBatchEvaluation(Consumer<StopBatchEvaluationRequest.Builder> stopBatchEvaluationRequest) Stops a running batch evaluation.default StopBatchEvaluationResponseBedrockAgentCoreClient.stopBatchEvaluation(StopBatchEvaluationRequest stopBatchEvaluationRequest) Stops a running batch evaluation.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type StopBatchEvaluationResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.stopBatchEvaluation(Consumer<StopBatchEvaluationRequest.Builder> stopBatchEvaluationRequest) Stops a running batch evaluation.BedrockAgentCoreAsyncClient.stopBatchEvaluation(StopBatchEvaluationRequest stopBatchEvaluationRequest) Stops a running batch evaluation.