Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.BatchEvaluationSummary.Builder
Packages that use BatchEvaluationSummary.Builder
-
Uses of BatchEvaluationSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BatchEvaluationSummary.BuilderModifier and TypeMethodDescriptionBatchEvaluationSummary.Builder.batchEvaluationArn(String batchEvaluationArn) The Amazon Resource Name (ARN) of the batch evaluation.BatchEvaluationSummary.Builder.batchEvaluationId(String batchEvaluationId) The unique identifier of the batch evaluation.BatchEvaluationSummary.Builder.batchEvaluationName(String batchEvaluationName) The name of the batch evaluation.BatchEvaluationSummary.builder()The timestamp when the batch evaluation was created.BatchEvaluationSummary.Builder.description(String description) The description of the batch evaluation.BatchEvaluationSummary.Builder.errorDetails(String... errorDetails) The error details if the batch evaluation encountered failures.BatchEvaluationSummary.Builder.errorDetails(Collection<String> errorDetails) The error details if the batch evaluation encountered failures.default BatchEvaluationSummary.BuilderBatchEvaluationSummary.Builder.evaluationResults(Consumer<EvaluationJobResults.Builder> evaluationResults) The aggregated evaluation results.BatchEvaluationSummary.Builder.evaluationResults(EvaluationJobResults evaluationResults) The aggregated evaluation results.BatchEvaluationSummary.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.BatchEvaluationSummary.Builder.evaluators(Consumer<Evaluator.Builder>... evaluators) The list of evaluators applied during the batch evaluation.BatchEvaluationSummary.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.The current status of the batch evaluation.BatchEvaluationSummary.Builder.status(BatchEvaluationStatus status) The current status of the batch evaluation.BatchEvaluationSummary.toBuilder()The timestamp when the batch evaluation was last updated.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BatchEvaluationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchEvaluationSummary.Builder>BatchEvaluationSummary.serializableBuilderClass()