Skip to content

Commit 6a25598

Browse files
author
awstools
committed
docs(client-bedrock): Doc updates for supporting converse
1 parent e4119ab commit 6a25598

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/client-bedrock/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native.
1010

1111
## Installing
1212

13-
To install the this package, simply type add or install @aws-sdk/client-bedrock
13+
To install this package, simply type add or install @aws-sdk/client-bedrock
1414
using your favorite package manager:
1515

1616
- `npm install @aws-sdk/client-bedrock`

clients/client-bedrock/src/models/models_0.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,7 @@ export interface GetImportedModelResponse {
33243324
modelKmsKeyArn?: string;
33253325

33263326
/**
3327-
* <p>Specifies if the imported model supports fine tuning.</p>
3327+
* <p>Specifies if the imported model supports converse.</p>
33283328
* @public
33293329
*/
33303330
instructSupported?: boolean;
@@ -3524,7 +3524,7 @@ export interface ImportedModelSummary {
35243524
creationTime: Date | undefined;
35253525

35263526
/**
3527-
* <p>Specifies if the imported model supports fine tuning.</p>
3527+
* <p>Specifies if the imported model supports converse.</p>
35283528
* @public
35293529
*/
35303530
instructSupported?: boolean;

codegen/sdk-codegen/aws-models/bedrock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,7 @@
37613761
"instructSupported": {
37623762
"target": "com.amazonaws.bedrock#InstructSupported",
37633763
"traits": {
3764-
"smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>"
3764+
"smithy.api#documentation": "<p>Specifies if the imported model supports converse.</p>"
37653765
}
37663766
}
37673767
},
@@ -6199,7 +6199,7 @@
61996199
"instructSupported": {
62006200
"target": "com.amazonaws.bedrock#InstructSupported",
62016201
"traits": {
6202-
"smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>"
6202+
"smithy.api#documentation": "<p>Specifies if the imported model supports converse.</p>"
62036203
}
62046204
},
62056205
"modelArchitecture": {

0 commit comments

Comments
 (0)