Skip to content

Commit

Permalink
docs(client-bedrock): Doc updates for supporting converse
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 23, 2024
1 parent e4119ab commit 6a25598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/client-bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions clients/client-bedrock/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ export interface GetImportedModelResponse {
modelKmsKeyArn?: string;

/**
* <p>Specifies if the imported model supports fine tuning.</p>
* <p>Specifies if the imported model supports converse.</p>
* @public
*/
instructSupported?: boolean;
Expand Down Expand Up @@ -3524,7 +3524,7 @@ export interface ImportedModelSummary {
creationTime: Date | undefined;

/**
* <p>Specifies if the imported model supports fine tuning.</p>
* <p>Specifies if the imported model supports converse.</p>
* @public
*/
instructSupported?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,7 @@
"instructSupported": {
"target": "com.amazonaws.bedrock#InstructSupported",
"traits": {
"smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>"
"smithy.api#documentation": "<p>Specifies if the imported model supports converse.</p>"
}
}
},
Expand Down Expand Up @@ -6199,7 +6199,7 @@
"instructSupported": {
"target": "com.amazonaws.bedrock#InstructSupported",
"traits": {
"smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>"
"smithy.api#documentation": "<p>Specifies if the imported model supports converse.</p>"
}
},
"modelArchitecture": {
Expand Down

0 comments on commit 6a25598

Please sign in to comment.