Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EvaluatorModifier and TypeMethodDescriptionBatchEvaluationSummary.evaluators()The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.evaluators()The list of evaluators applied during the batch evaluation.StartBatchEvaluationRequest.evaluators()The list of evaluators to apply during the batch evaluation.StartBatchEvaluationResponse.evaluators()The list of evaluators applied during the batch evaluation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EvaluatorModifier and TypeMethodDescriptionBatchEvaluationSummary.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.StartBatchEvaluationRequest.Builder.evaluators(Evaluator... evaluators) The list of evaluators to apply during the batch evaluation.StartBatchEvaluationResponse.Builder.evaluators(Evaluator... evaluators) The list of evaluators applied during the batch evaluation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type EvaluatorModifier and TypeMethodDescriptionBatchEvaluationSummary.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.GetBatchEvaluationResponse.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.StartBatchEvaluationRequest.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators to apply during the batch evaluation.StartBatchEvaluationResponse.Builder.evaluators(Collection<Evaluator> evaluators) The list of evaluators applied during the batch evaluation.