Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.EvaluationTarget
Packages that use EvaluationTarget
-
Uses of EvaluationTarget in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EvaluationTargetModifier and TypeMethodDescriptionfinal EvaluationTargetEvaluateRequest.evaluationTarget()The specific trace or span IDs to evaluate within the provided input.static EvaluationTargetEvaluationTarget.fromSpanIds(List<String> spanIds) Create an instance of this class withspanIds()initialized to the given value.static EvaluationTargetEvaluationTarget.fromTraceIds(List<String> traceIds) Create an instance of this class withtraceIds()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EvaluationTargetModifier and TypeMethodDescriptionEvaluateRequest.Builder.evaluationTarget(EvaluationTarget evaluationTarget) The specific trace or span IDs to evaluate within the provided input.