Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.Context.Builder
Packages that use Context.Builder
-
Uses of Context.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return Context.BuilderModifier and TypeMethodDescriptionstatic Context.BuilderContext.builder()default Context.BuilderContext.Builder.spanContext(Consumer<SpanContext.Builder> spanContext) The span context information that uniquely identifies the trace and span being evaluated, including session ID, trace ID, and span ID for precise targeting within the agent's execution flow.Context.Builder.spanContext(SpanContext spanContext) The span context information that uniquely identifies the trace and span being evaluated, including session ID, trace ID, and span ID for precise targeting within the agent's execution flow.Context.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type Context.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Context.Builder>Context.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type Context.BuilderModifier and TypeMethodDescriptiondefault EvaluationReferenceInput.BuilderEvaluationReferenceInput.Builder.context(Consumer<Context.Builder> context) The span context that identifies which session or trace this reference input applies to, used for correlating ground truth with agent output.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.