Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Context
Packages that use Context
-
Uses of Context in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ContextModifier and TypeMethodDescriptionfinal ContextEvaluationReferenceInput.context()The span context that identifies which session or trace this reference input applies to, used for correlating ground truth with agent output.final ContextEvaluationResultContent.context()The contextual information associated with this evaluation result, including span context details that identify the specific traces and sessions that were evaluated.static ContextContext.fromSpanContext(Consumer<SpanContext.Builder> spanContext) Create an instance of this class withspanContext()initialized to the given value.static ContextContext.fromSpanContext(SpanContext spanContext) Create an instance of this class withspanContext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ContextModifier and TypeMethodDescriptionThe span context that identifies which session or trace this reference input applies to, used for correlating ground truth with agent output.The contextual information associated with this evaluation result, including span context details that identify the specific traces and sessions that were evaluated.