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 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 1.1.0
610
711### Added
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments