Interface CitationsConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CitationsConfig.Builder,
,CitationsConfig> SdkBuilder<CitationsConfig.Builder,
,CitationsConfig> SdkPojo
- Enclosing class:
CitationsConfig
@Mutable
@NotThreadSafe
public static interface CitationsConfig.Builder
extends SdkPojo, CopyableBuilder<CitationsConfig.Builder,CitationsConfig>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether document citations should be included in the model's response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Specifies whether document citations should be included in the model's response. When set to true, the model can generate citations that reference the source documents used to inform the response.
- Parameters:
enabled
- Specifies whether document citations should be included in the model's response. When set to true, the model can generate citations that reference the source documents used to inform the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-