Interface GenerativeAiSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GenerativeAiSettings.Builder,
,GenerativeAiSettings> SdkBuilder<GenerativeAiSettings.Builder,
,GenerativeAiSettings> SdkPojo
- Enclosing class:
GenerativeAiSettings
@Mutable
@NotThreadSafe
public static interface GenerativeAiSettings.Builder
extends SdkPojo, CopyableBuilder<GenerativeAiSettings.Builder,GenerativeAiSettings>
-
Method Summary
Modifier and TypeMethodDescriptionamazonBedrockRoleArn
(String amazonBedrockRoleArn) The ARN of an Amazon Web Services IAM role that allows fine-tuning of large language models (LLMs) in Amazon Bedrock.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
-
amazonBedrockRoleArn
The ARN of an Amazon Web Services IAM role that allows fine-tuning of large language models (LLMs) in Amazon Bedrock. The IAM role should have Amazon S3 read and write permissions, as well as a trust relationship that establishes
bedrock.amazonaws.com
as a service principal.- Parameters:
amazonBedrockRoleArn
- The ARN of an Amazon Web Services IAM role that allows fine-tuning of large language models (LLMs) in Amazon Bedrock. The IAM role should have Amazon S3 read and write permissions, as well as a trust relationship that establishesbedrock.amazonaws.com
as a service principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-