Skip to content

Commit 15bf6a7

Browse files
Update generated code (#1910)
update generated code
1 parent bd65225 commit 15bf6a7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.1.0
610

711
### Added

src/Input/InvokeModelRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ final class InvokeModelRequest extends Input
4848
* see Supported Regions and models for cross-region inference [^2] in the Amazon Bedrock User Guide.
4949
* - If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run
5050
* inference using a Provisioned Throughput [^3] in the Amazon Bedrock User Guide.
51-
* - If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting
52-
* provisioned model. For more information, see Use a custom model in Amazon Bedrock [^4] in the Amazon Bedrock User
53-
* Guide.
51+
* - If you use a custom model, specify the ARN of the custom model deployment (for on-demand inference) or the ARN of
52+
* your provisioned model (for Provisioned Throughput). For more information, see Use a custom model in Amazon Bedrock
53+
* [^4] in the Amazon Bedrock User Guide.
5454
* - If you use an imported model [^5], specify the ARN of the imported model. You can get the model ARN from a
5555
* successful call to CreateModelImportJob [^6] or from the Imported models page in the Amazon Bedrock console.
5656
*

0 commit comments

Comments
 (0)