diff --git a/clients/client-bedrock/README.md b/clients/client-bedrock/README.md index 8c95d2d628e5..2d5966719c23 100644 --- a/clients/client-bedrock/README.md +++ b/clients/client-bedrock/README.md @@ -10,7 +10,7 @@ AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native. ## Installing -To install the this package, simply type add or install @aws-sdk/client-bedrock +To install this package, simply type add or install @aws-sdk/client-bedrock using your favorite package manager: - `npm install @aws-sdk/client-bedrock` diff --git a/clients/client-bedrock/src/models/models_0.ts b/clients/client-bedrock/src/models/models_0.ts index a4d743d1f1c6..c3d731f9179d 100644 --- a/clients/client-bedrock/src/models/models_0.ts +++ b/clients/client-bedrock/src/models/models_0.ts @@ -3324,7 +3324,7 @@ export interface GetImportedModelResponse { modelKmsKeyArn?: string; /** - *

Specifies if the imported model supports fine tuning.

+ *

Specifies if the imported model supports converse.

* @public */ instructSupported?: boolean; @@ -3524,7 +3524,7 @@ export interface ImportedModelSummary { creationTime: Date | undefined; /** - *

Specifies if the imported model supports fine tuning.

+ *

Specifies if the imported model supports converse.

* @public */ instructSupported?: boolean; diff --git a/codegen/sdk-codegen/aws-models/bedrock.json b/codegen/sdk-codegen/aws-models/bedrock.json index 0c3bc933e497..075ba2c7a5cb 100644 --- a/codegen/sdk-codegen/aws-models/bedrock.json +++ b/codegen/sdk-codegen/aws-models/bedrock.json @@ -3761,7 +3761,7 @@ "instructSupported": { "target": "com.amazonaws.bedrock#InstructSupported", "traits": { - "smithy.api#documentation": "

Specifies if the imported model supports fine tuning.

" + "smithy.api#documentation": "

Specifies if the imported model supports converse.

" } } }, @@ -6199,7 +6199,7 @@ "instructSupported": { "target": "com.amazonaws.bedrock#InstructSupported", "traits": { - "smithy.api#documentation": "

Specifies if the imported model supports fine tuning.

" + "smithy.api#documentation": "

Specifies if the imported model supports converse.

" } }, "modelArchitecture": {