Interface GenerativeAiSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GenerativeAiSettings.Builder,GenerativeAiSettings>,SdkBuilder<GenerativeAiSettings.Builder,GenerativeAiSettings>,SdkPojo
- Enclosing class:
- GenerativeAiSettings
public static interface GenerativeAiSettings.Builder extends SdkPojo, CopyableBuilder<GenerativeAiSettings.Builder,GenerativeAiSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerativeAiSettings.BuilderamazonBedrockRoleArn(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, sdkFields
-
-
-
-
Method Detail
-
amazonBedrockRoleArn
GenerativeAiSettings.Builder amazonBedrockRoleArn(String 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.comas 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.comas a service principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-