Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StartBatchEvaluationResponse.Builder
Packages that use StartBatchEvaluationResponse.Builder
-
Uses of StartBatchEvaluationResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StartBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionStartBatchEvaluationResponse.Builder.batchEvaluationArn(String batchEvaluationArn) The Amazon Resource Name (ARN) of the created batch evaluation.StartBatchEvaluationResponse.Builder.batchEvaluationId(String batchEvaluationId) The unique identifier of the created batch evaluation.StartBatchEvaluationResponse.Builder.batchEvaluationName(String batchEvaluationName) The name of the batch evaluation.StartBatchEvaluationResponse.builder()The timestamp when the batch evaluation was created.StartBatchEvaluationResponse.Builder.description(String description) The description of the batch evaluation.StartBatchEvaluationResponse.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.StartBatchEvaluationResponse.Builder.evaluators(Consumer<Evaluator.Builder>... evaluators) The list of evaluators applied during the batch evaluation.StartBatchEvaluationResponse.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.StartBatchEvaluationResponse.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) The output configuration specifying where evaluation results are written.StartBatchEvaluationResponse.Builder.outputConfig(OutputConfig outputConfig) The output configuration specifying where evaluation results are written.The status of the batch evaluation.StartBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The status of the batch evaluation.StartBatchEvaluationResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StartBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartBatchEvaluationResponse.Builder>StartBatchEvaluationResponse.serializableBuilderClass()