Interface EvaluationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationInput.Builder,,EvaluationInput> SdkBuilder<EvaluationInput.Builder,,EvaluationInput> SdkPojo
- Enclosing class:
EvaluationInput
@Mutable
@NotThreadSafe
public static interface EvaluationInput.Builder
extends SdkPojo, CopyableBuilder<EvaluationInput.Builder,EvaluationInput>
-
Method Summary
Modifier and TypeMethodDescriptionsessionSpans(Collection<Document> sessionSpans) The collection of spans representing agent execution traces within a session.sessionSpans(Document... sessionSpans) The collection of spans representing agent execution traces within a session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sessionSpans
The collection of spans representing agent execution traces within a session. Each span contains detailed information about tool calls, model interactions, and other agent activities that can be evaluated for quality and performance.
- Parameters:
sessionSpans- The collection of spans representing agent execution traces within a session. Each span contains detailed information about tool calls, model interactions, and other agent activities that can be evaluated for quality and performance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionSpans
The collection of spans representing agent execution traces within a session. Each span contains detailed information about tool calls, model interactions, and other agent activities that can be evaluated for quality and performance.
- Parameters:
sessionSpans- The collection of spans representing agent execution traces within a session. Each span contains detailed information about tool calls, model interactions, and other agent activities that can be evaluated for quality and performance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-