Interface EvaluationTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationTarget.Builder,,EvaluationTarget> SdkBuilder<EvaluationTarget.Builder,,EvaluationTarget> SdkPojo
- Enclosing class:
EvaluationTarget
@Mutable
@NotThreadSafe
public static interface EvaluationTarget.Builder
extends SdkPojo, CopyableBuilder<EvaluationTarget.Builder,EvaluationTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of specific span IDs to evaluate within the provided traces.spanIds(Collection<String> spanIds) The list of specific span IDs to evaluate within the provided traces.The list of trace IDs to evaluate, representing complete request-response interactions.traceIds(Collection<String> traceIds) The list of trace IDs to evaluate, representing complete request-response interactions.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
-
spanIds
The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
- Parameters:
spanIds- The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spanIds
The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
- Parameters:
spanIds- The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceIds
The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
- Parameters:
traceIds- The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceIds
The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
- Parameters:
traceIds- The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-