File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 1.1.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ final class InvokeModelRequest extends Input
48
48
* see Supported Regions and models for cross-region inference [^2] in the Amazon Bedrock User Guide.
49
49
* - If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run
50
50
* 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.
54
54
* - If you use an imported model [^5], specify the ARN of the imported model. You can get the model ARN from a
55
55
* successful call to CreateModelImportJob [^6] or from the Imported models page in the Amazon Bedrock console.
56
56
*
You can’t perform that action at this time.
0 commit comments