Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StopBatchEvaluationResponse.Builder
Packages that use StopBatchEvaluationResponse.Builder
-
Uses of StopBatchEvaluationResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StopBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionStopBatchEvaluationResponse.Builder.batchEvaluationArn(String batchEvaluationArn) The Amazon Resource Name (ARN) of the stopped batch evaluation.StopBatchEvaluationResponse.Builder.batchEvaluationId(String batchEvaluationId) The unique identifier of the stopped batch evaluation.StopBatchEvaluationResponse.builder()StopBatchEvaluationResponse.Builder.description(String description) The description of the batch evaluation.The status of the batch evaluation after the stop request.StopBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The status of the batch evaluation after the stop request.StopBatchEvaluationResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StopBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopBatchEvaluationResponse.Builder>StopBatchEvaluationResponse.serializableBuilderClass()