Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.EvaluationResultContent.Builder
Packages that use EvaluationResultContent.Builder
-
Uses of EvaluationResultContent.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EvaluationResultContent.BuilderModifier and TypeMethodDescriptionEvaluationResultContent.builder()default EvaluationResultContent.BuilderEvaluationResultContent.Builder.context(Consumer<Context.Builder> context) The contextual information associated with this evaluation result, including span context details that identify the specific traces and sessions that were evaluated.The contextual information associated with this evaluation result, including span context details that identify the specific traces and sessions that were evaluated.The error code indicating the type of failure that occurred during evaluation.EvaluationResultContent.Builder.errorMessage(String errorMessage) The error message describing what went wrong if the evaluation failed.EvaluationResultContent.Builder.evaluatorArn(String evaluatorArn) The Amazon Resource Name (ARN) of the evaluator used to generate this result.EvaluationResultContent.Builder.evaluatorId(String evaluatorId) The unique identifier of the evaluator that produced this result.EvaluationResultContent.Builder.evaluatorName(String evaluatorName) The human-readable name of the evaluator used for this evaluation.EvaluationResultContent.Builder.explanation(String explanation) The detailed explanation provided by the evaluator describing the reasoning behind the assigned score.EvaluationResultContent.Builder.ignoredReferenceInputFields(String... ignoredReferenceInputFields) The list of reference input field names that were provided but not used by the evaluator.EvaluationResultContent.Builder.ignoredReferenceInputFields(Collection<String> ignoredReferenceInputFields) The list of reference input field names that were provided but not used by the evaluator.The categorical label assigned by the evaluator when using a categorical rating scale.EvaluationResultContent.toBuilder()default EvaluationResultContent.BuilderEvaluationResultContent.Builder.tokenUsage(Consumer<TokenUsage.Builder> tokenUsage) The token consumption statistics for this evaluation, including input tokens, output tokens, and total tokens used by the underlying language model during the evaluation process.EvaluationResultContent.Builder.tokenUsage(TokenUsage tokenUsage) The token consumption statistics for this evaluation, including input tokens, output tokens, and total tokens used by the underlying language model during the evaluation process.The numerical score assigned by the evaluator according to its configured rating scale.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EvaluationResultContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EvaluationResultContent.Builder>EvaluationResultContent.serializableBuilderClass()