Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.EvaluationContent
Packages that use EvaluationContent
-
Uses of EvaluationContent in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EvaluationContentModifier and TypeMethodDescriptionfinal EvaluationContentEvaluationReferenceInput.expectedResponse()The expected response for trace-level evaluation.final EvaluationContentGroundTruthTurn.expectedResponse()The expected response for this conversation turn.static EvaluationContentCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EvaluationContentModifier and TypeMethodDescriptionfinal List<EvaluationContent>EvaluationReferenceInput.assertions()A list of assertion statements for session-level evaluation.final List<EvaluationContent>InlineGroundTruth.assertions()Assertions for evaluation, reuses common model EvaluationContentList.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EvaluationContentModifier and TypeMethodDescriptionEvaluationReferenceInput.Builder.assertions(EvaluationContent... assertions) A list of assertion statements for session-level evaluation.InlineGroundTruth.Builder.assertions(EvaluationContent... assertions) Assertions for evaluation, reuses common model EvaluationContentList.EvaluationReferenceInput.Builder.expectedResponse(EvaluationContent expectedResponse) The expected response for trace-level evaluation.GroundTruthTurn.Builder.expectedResponse(EvaluationContent expectedResponse) The expected response for this conversation turn.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type EvaluationContentModifier and TypeMethodDescriptionEvaluationReferenceInput.Builder.assertions(Collection<EvaluationContent> assertions) A list of assertion statements for session-level evaluation.InlineGroundTruth.Builder.assertions(Collection<EvaluationContent> assertions) Assertions for evaluation, reuses common model EvaluationContentList.