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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CitationsConfig.Builderenabled(Boolean enabled)Specifies 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 Detail
-
enabled
CitationsConfig.Builder enabled(Boolean 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.
-
-