Interface EvaluationExpectedTrajectory.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationExpectedTrajectory.Builder,,EvaluationExpectedTrajectory> SdkBuilder<EvaluationExpectedTrajectory.Builder,,EvaluationExpectedTrajectory> SdkPojo
- Enclosing class:
EvaluationExpectedTrajectory
@Mutable
@NotThreadSafe
public static interface EvaluationExpectedTrajectory.Builder
extends SdkPojo, CopyableBuilder<EvaluationExpectedTrajectory.Builder,EvaluationExpectedTrajectory>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of tool names representing the expected tool call sequence.toolNames(Collection<String> toolNames) The list of tool names representing the expected tool call sequence.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
-
toolNames
The list of tool names representing the expected tool call sequence.
- Parameters:
toolNames- The list of tool names representing the expected tool call sequence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toolNames
The list of tool names representing the expected tool call sequence.
- Parameters:
toolNames- The list of tool names representing the expected tool call sequence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-