Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetBatchEvaluationResponse.Builder
Packages that use GetBatchEvaluationResponse.Builder
-
Uses of GetBatchEvaluationResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionGetBatchEvaluationResponse.Builder.batchEvaluationArn(String batchEvaluationArn) The Amazon Resource Name (ARN) of the batch evaluation.GetBatchEvaluationResponse.Builder.batchEvaluationId(String batchEvaluationId) The unique identifier of the batch evaluation.GetBatchEvaluationResponse.Builder.batchEvaluationName(String batchEvaluationName) The name of the batch evaluation.GetBatchEvaluationResponse.builder()The timestamp when the batch evaluation was created.GetBatchEvaluationResponse.Builder.dataSourceConfig(Consumer<DataSourceConfig.Builder> dataSourceConfig) The data source configuration specifying where agent traces are pulled from.GetBatchEvaluationResponse.Builder.dataSourceConfig(DataSourceConfig dataSourceConfig) The data source configuration specifying where agent traces are pulled from.GetBatchEvaluationResponse.Builder.description(String description) The description of the batch evaluation.GetBatchEvaluationResponse.Builder.errorDetails(String... errorDetails) The error details if the batch evaluation encountered failures.GetBatchEvaluationResponse.Builder.errorDetails(Collection<String> errorDetails) The error details if the batch evaluation encountered failures.GetBatchEvaluationResponse.Builder.evaluationResults(Consumer<EvaluationJobResults.Builder> evaluationResults) The aggregated evaluation results, including session completion counts and evaluator score summaries.GetBatchEvaluationResponse.Builder.evaluationResults(EvaluationJobResults evaluationResults) The aggregated evaluation results, including session completion counts and evaluator score summaries.GetBatchEvaluationResponse.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.Builder.evaluators(Consumer<Evaluator.Builder>... evaluators) The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) The output configuration specifying where evaluation results are written.GetBatchEvaluationResponse.Builder.outputConfig(OutputConfig outputConfig) The output configuration specifying where evaluation results are written.The current status of the batch evaluation.GetBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The current status of the batch evaluation.GetBatchEvaluationResponse.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 GetBatchEvaluationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBatchEvaluationResponse.Builder>GetBatchEvaluationResponse.serializableBuilderClass()