Interface ReasoningConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReasoningConfiguration.Builder,,ReasoningConfiguration> SdkBuilder<ReasoningConfiguration.Builder,,ReasoningConfiguration> SdkPojo
- Enclosing class:
ReasoningConfiguration
@Mutable
@NotThreadSafe
public static interface ReasoningConfiguration.Builder
extends SdkPojo, CopyableBuilder<ReasoningConfiguration.Builder,ReasoningConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe level of reasoning effort the model applies when generating a response.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
-
effort
The level of reasoning effort the model applies when generating a response. For supported values, see the model provider's documentation.
- Parameters:
effort- The level of reasoning effort the model applies when generating a response. For supported values, see the model provider's documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-