@aws-sdk/client-bedrock 3.828.0 → 3.831.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +218 -153
  3. package/dist-es/Bedrock.js +2 -0
  4. package/dist-es/commands/CreateCustomModelCommand.js +22 -0
  5. package/dist-es/commands/CreateEvaluationJobCommand.js +1 -1
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +105 -141
  8. package/dist-es/models/models_1.js +43 -1
  9. package/dist-es/protocols/Aws_restJson1.js +39 -1
  10. package/dist-types/Bedrock.d.ts +7 -0
  11. package/dist-types/BedrockClient.d.ts +3 -2
  12. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +1 -3
  13. package/dist-types/commands/CreateCustomModelCommand.d.ts +143 -0
  14. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateGuardrailCommand.d.ts +2 -34
  16. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -2
  18. package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +1 -2
  19. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +3 -12
  21. package/dist-types/commands/CreateModelImportJobCommand.d.ts +2 -5
  22. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +1 -2
  23. package/dist-types/commands/CreatePromptRouterCommand.d.ts +1 -2
  24. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -9
  26. package/dist-types/commands/DeleteImportedModelCommand.d.ts +1 -3
  27. package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +1 -3
  28. package/dist-types/commands/GetCustomModelCommand.d.ts +6 -4
  29. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +3 -4
  30. package/dist-types/commands/GetModelImportJobCommand.d.ts +1 -3
  31. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +1 -2
  32. package/dist-types/commands/ListCustomModelsCommand.d.ts +4 -3
  33. package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -2
  34. package/dist-types/commands/ListImportedModelsCommand.d.ts +1 -3
  35. package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +1 -2
  36. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +1 -2
  37. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +3 -5
  38. package/dist-types/commands/ListModelImportJobsCommand.d.ts +1 -3
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  40. package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -3
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateGuardrailCommand.d.ts +1 -37
  44. package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +1 -2
  45. package/dist-types/commands/index.d.ts +1 -0
  46. package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
  47. package/dist-types/models/models_0.d.ts +1188 -2462
  48. package/dist-types/models/models_1.d.ts +153 -3
  49. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  51. package/dist-types/runtimeConfig.native.d.ts +2 -2
  52. package/dist-types/ts3.4/Bedrock.d.ts +17 -0
  53. package/dist-types/ts3.4/BedrockClient.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/CreateCustomModelCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
  58. package/dist-types/ts3.4/models/models_0.d.ts +255 -308
  59. package/dist-types/ts3.4/models/models_1.d.ts +79 -1
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  63. package/package.json +2 -2
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
4
- import { CreateEvaluationJobRequest, CreateEvaluationJobResponse } from "../models/models_0";
4
+ import { CreateEvaluationJobResponse } from "../models/models_0";
5
+ import { CreateEvaluationJobRequest } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -27,38 +27,7 @@ declare const CreateGuardrailCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a guardrail to block topics and to implement safeguards for your generative AI applications.</p>
31
- * <p>You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter
32
- * out denied topics and words, and remove sensitive information for privacy protection.</p>
33
- * <ul>
34
- * <li>
35
- * <p>
36
- * <b>Content filters</b> - Adjust filter strengths
37
- * to block input prompts or model responses containing harmful content.</p>
38
- * </li>
39
- * <li>
40
- * <p>
41
- * <b>Denied topics</b> - Define a set of topics that
42
- * are undesirable in the context of your application. These topics will be blocked if
43
- * detected in user queries or model responses.</p>
44
- * </li>
45
- * <li>
46
- * <p>
47
- * <b>Word filters</b> - Configure filters to block
48
- * undesirable words, phrases, and profanity. Such words can include offensive terms,
49
- * competitor names etc.</p>
50
- * </li>
51
- * <li>
52
- * <p>
53
- * <b>Sensitive information filters</b> - Block or
54
- * mask sensitive information such as personally identifiable information (PII) or custom
55
- * regex in user inputs and model responses.</p>
56
- * </li>
57
- * </ul>
58
- * <p>In addition to the above policies, you can also configure the messages to be returned to
59
- * the user if a user input or model response is in violation of the policies defined in the guardrail.</p>
60
- * <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html">Amazon Bedrock Guardrails</a> in
61
- * the <i>Amazon Bedrock User Guide</i>.</p>
30
+ * <p>Creates a guardrail to block topics and to implement safeguards for your generative AI applications.</p> <p>You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter out denied topics and words, and remove sensitive information for privacy protection.</p> <ul> <li> <p> <b>Content filters</b> - Adjust filter strengths to block input prompts or model responses containing harmful content.</p> </li> <li> <p> <b>Denied topics</b> - Define a set of topics that are undesirable in the context of your application. These topics will be blocked if detected in user queries or model responses.</p> </li> <li> <p> <b>Word filters</b> - Configure filters to block undesirable words, phrases, and profanity. Such words can include offensive terms, competitor names etc.</p> </li> <li> <p> <b>Sensitive information filters</b> - Block or mask sensitive information such as personally identifiable information (PII) or custom regex in user inputs and model responses.</p> </li> </ul> <p>In addition to the above policies, you can also configure the messages to be returned to the user if a user input or model response is in violation of the policies defined in the guardrail.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html">Amazon Bedrock Guardrails</a> in the <i>Amazon Bedrock User Guide</i>.</p>
62
31
  * @example
63
32
  * Use a bare-bones client and the command you need to make an API call.
64
33
  * ```javascript
@@ -207,8 +176,7 @@ declare const CreateGuardrailCommand_base: {
207
176
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
208
177
  *
209
178
  * @throws {@link TooManyTagsException} (client fault)
210
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
211
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
179
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
212
180
  *
213
181
  * @throws {@link ValidationException} (client fault)
214
182
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,8 +27,7 @@ declare const CreateGuardrailVersionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a version of the guardrail. Use this API to create a snapshot of the
31
- * guardrail when you are satisfied with a configuration, or to compare the configuration with another version.</p>
30
+ * <p>Creates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -82,8 +82,7 @@ declare const CreateInferenceProfileCommand_base: {
82
82
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
83
83
  *
84
84
  * @throws {@link TooManyTagsException} (client fault)
85
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
86
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
85
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
87
86
  *
88
87
  * @throws {@link ValidationException} (client fault)
89
88
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,8 +27,7 @@ declare const CreateMarketplaceModelEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by
31
- * Amazon SageMaker.</p>
30
+ * <p>Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by Amazon SageMaker.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -70,8 +70,7 @@ declare const CreateModelCopyJobCommand_base: {
70
70
  * <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
71
71
  *
72
72
  * @throws {@link TooManyTagsException} (client fault)
73
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
74
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
73
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
75
74
  *
76
75
  * @throws {@link BedrockServiceException}
77
76
  * <p>Base exception class for all service exceptions from Bedrock service.</p>
@@ -27,15 +27,7 @@ declare const CreateModelCustomizationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a fine-tuning job to customize a base model.</p>
31
- * <p>You specify the base foundation model and the location of the training data.
32
- * After the model-customization job completes successfully, your custom model resource will be ready to use. Amazon Bedrock returns validation loss metrics and output generations after the job completes.
33
- * </p>
34
- * <p>For information on the format of training and validation data, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-prepare.html">Prepare the datasets</a>.</p>
35
- * <p>
36
- * Model-customization jobs are asynchronous and the completion time depends on the base model and the training/validation data size.
37
- * To monitor a job, use the <code>GetModelCustomizationJob</code> operation to retrieve the job status.</p>
38
- * <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Creates a fine-tuning job to customize a base model.</p> <p>You specify the base foundation model and the location of the training data. After the model-customization job completes successfully, your custom model resource will be ready to use. Amazon Bedrock returns validation loss metrics and output generations after the job completes. </p> <p>For information on the format of training and validation data, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-prepare.html">Prepare the datasets</a>.</p> <p> Model-customization jobs are asynchronous and the completion time depends on the base model and the training/validation data size. To monitor a job, use the <code>GetModelCustomizationJob</code> operation to retrieve the job status.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -48,7 +40,7 @@ declare const CreateModelCustomizationJobCommand_base: {
48
40
  * roleArn: "STRING_VALUE", // required
49
41
  * clientRequestToken: "STRING_VALUE",
50
42
  * baseModelIdentifier: "STRING_VALUE", // required
51
- * customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION",
43
+ * customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION" || "IMPORTED",
52
44
  * customModelKmsKeyId: "STRING_VALUE",
53
45
  * jobTags: [ // TagList
54
46
  * { // Tag
@@ -160,8 +152,7 @@ declare const CreateModelCustomizationJobCommand_base: {
160
152
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
161
153
  *
162
154
  * @throws {@link TooManyTagsException} (client fault)
163
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
164
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
155
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
165
156
  *
166
157
  * @throws {@link ValidationException} (client fault)
167
158
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,9 +27,7 @@ declare const CreateModelImportJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information,
31
- * see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a>
32
- * </p>
30
+ * <p>Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -101,8 +99,7 @@ declare const CreateModelImportJobCommand_base: {
101
99
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
102
100
  *
103
101
  * @throws {@link TooManyTagsException} (client fault)
104
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
105
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
102
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
106
103
  *
107
104
  * @throws {@link ValidationException} (client fault)
108
105
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,8 +27,7 @@ declare const CreateModelInvocationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a batch inference job to invoke a model on multiple prompts. Format your data according to <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data">Format your inference data</a> and upload it to an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html">Process multiple prompts with batch inference</a>.</p>
31
- * <p>The response returns a <code>jobArn</code> that you can use to stop or get details about the job.</p>
30
+ * <p>Creates a batch inference job to invoke a model on multiple prompts. Format your data according to <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data">Format your inference data</a> and upload it to an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html">Process multiple prompts with batch inference</a>.</p> <p>The response returns a <code>jobArn</code> that you can use to stop or get details about the job.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -89,8 +89,7 @@ declare const CreatePromptRouterCommand_base: {
89
89
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
90
90
  *
91
91
  * @throws {@link TooManyTagsException} (client fault)
92
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
93
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
92
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
94
93
  *
95
94
  * @throws {@link ValidationException} (client fault)
96
95
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -77,8 +77,7 @@ declare const CreateProvisionedModelThroughputCommand_base: {
77
77
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
78
78
  *
79
79
  * @throws {@link TooManyTagsException} (client fault)
80
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
81
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
80
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
82
81
  *
83
82
  * @throws {@link ValidationException} (client fault)
84
83
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,15 +27,7 @@ declare const DeleteGuardrailCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a guardrail.</p>
31
- * <ul>
32
- * <li>
33
- * <p>To delete a guardrail, only specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field. If you delete a guardrail, all of its versions will be deleted.</p>
34
- * </li>
35
- * <li>
36
- * <p>To delete a version of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field and the version in the <code>guardrailVersion</code> field.</p>
37
- * </li>
38
- * </ul>
30
+ * <p>Deletes a guardrail.</p> <ul> <li> <p>To delete a guardrail, only specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field. If you delete a guardrail, all of its versions will be deleted.</p> </li> <li> <p>To delete a version of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field and the version in the <code>guardrailVersion</code> field.</p> </li> </ul>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DeleteImportedModelCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a custom model that you imported earlier. For more information,
31
- * see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.
32
- * </p>
30
+ * <p>Deletes a custom model that you imported earlier. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DeregisterMarketplaceModelEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deregisters an endpoint for a model from Amazon Bedrock Marketplace. This operation removes the
31
- * endpoint's association with Amazon Bedrock but does not delete the underlying Amazon SageMaker
32
- * endpoint.</p>
30
+ * <p>Deregisters an endpoint for a model from Amazon Bedrock Marketplace. This operation removes the endpoint's association with Amazon Bedrock but does not delete the underlying Amazon SageMaker endpoint.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetCustomModelCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Get the properties associated with a Amazon Bedrock custom model that you have created. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -43,9 +43,9 @@ declare const GetCustomModelCommand_base: {
43
43
  * // modelArn: "STRING_VALUE", // required
44
44
  * // modelName: "STRING_VALUE", // required
45
45
  * // jobName: "STRING_VALUE",
46
- * // jobArn: "STRING_VALUE", // required
47
- * // baseModelArn: "STRING_VALUE", // required
48
- * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION",
46
+ * // jobArn: "STRING_VALUE",
47
+ * // baseModelArn: "STRING_VALUE",
48
+ * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION" || "IMPORTED",
49
49
  * // modelKmsKeyArn: "STRING_VALUE",
50
50
  * // hyperParameters: { // ModelCustomizationHyperParameters
51
51
  * // "<keys>": "STRING_VALUE",
@@ -112,6 +112,8 @@ declare const GetCustomModelCommand_base: {
112
112
  * // },
113
113
  * // },
114
114
  * // },
115
+ * // modelStatus: "Active" || "Creating" || "Failed",
116
+ * // failureMessage: "STRING_VALUE",
115
117
  * // };
116
118
  *
117
119
  * ```
@@ -27,8 +27,7 @@ declare const GetModelCustomizationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the properties associated with a model-customization job, including the status of the job.
31
- * For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -48,7 +47,6 @@ declare const GetModelCustomizationJobCommand_base: {
48
47
  * // clientRequestToken: "STRING_VALUE",
49
48
  * // roleArn: "STRING_VALUE", // required
50
49
  * // status: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
51
- * // failureMessage: "STRING_VALUE",
52
50
  * // statusDetails: { // StatusDetails
53
51
  * // validationDetails: { // ValidationDetails
54
52
  * // status: "InProgress" || "Completed" || "Stopping" || "Stopped" || "Failed" || "NotStarted",
@@ -66,6 +64,7 @@ declare const GetModelCustomizationJobCommand_base: {
66
64
  * // lastModifiedTime: new Date("TIMESTAMP"),
67
65
  * // },
68
66
  * // },
67
+ * // failureMessage: "STRING_VALUE",
69
68
  * // creationTime: new Date("TIMESTAMP"), // required
70
69
  * // lastModifiedTime: new Date("TIMESTAMP"),
71
70
  * // endTime: new Date("TIMESTAMP"),
@@ -118,7 +117,7 @@ declare const GetModelCustomizationJobCommand_base: {
118
117
  * // outputDataConfig: { // OutputDataConfig
119
118
  * // s3Uri: "STRING_VALUE", // required
120
119
  * // },
121
- * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION",
120
+ * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION" || "IMPORTED",
122
121
  * // outputModelKmsKeyArn: "STRING_VALUE",
123
122
  * // trainingMetrics: { // TrainingMetrics
124
123
  * // trainingLoss: Number("float"),
@@ -27,9 +27,7 @@ declare const GetModelImportJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the properties associated with import model job, including the status of the
31
- * job. For more information,
32
- * see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Retrieves the properties associated with import model job, including the status of the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const GetModelInvocationJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets details about a batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-monitor">Monitor batch inference jobs</a>
31
- * </p>
30
+ * <p>Gets details about a batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-monitor">Monitor batch inference jobs</a> </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListCustomModelsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the custom models that you have created with the <code>CreateModelCustomizationJob</code> operation.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Returns a list of the custom models that you have created with the <code>CreateModelCustomizationJob</code> operation.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -46,6 +45,7 @@ declare const ListCustomModelsCommand_base: {
46
45
  * sortBy: "CreationTime",
47
46
  * sortOrder: "Ascending" || "Descending",
48
47
  * isOwned: true || false,
48
+ * modelStatus: "Active" || "Creating" || "Failed",
49
49
  * };
50
50
  * const command = new ListCustomModelsCommand(input);
51
51
  * const response = await client.send(command);
@@ -58,8 +58,9 @@ declare const ListCustomModelsCommand_base: {
58
58
  * // creationTime: new Date("TIMESTAMP"), // required
59
59
  * // baseModelArn: "STRING_VALUE", // required
60
60
  * // baseModelName: "STRING_VALUE", // required
61
- * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION",
61
+ * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION" || "IMPORTED",
62
62
  * // ownerAccountId: "STRING_VALUE",
63
+ * // modelStatus: "Active" || "Creating" || "Failed",
63
64
  * // },
64
65
  * // ],
65
66
  * // };
@@ -27,8 +27,7 @@ declare const ListGuardrailsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists details about all the guardrails in an account. To list the <code>DRAFT</code> version of all your guardrails, don't specify the <code>guardrailIdentifier</code> field. To list all versions of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field.</p>
31
- * <p>You can set the maximum number of results to return in a response in the <code>maxResults</code> field. If there are more results than the number you set, the response returns a <code>nextToken</code> that you can send in another <code>ListGuardrails</code> request to see the next batch of results.</p>
30
+ * <p>Lists details about all the guardrails in an account. To list the <code>DRAFT</code> version of all your guardrails, don't specify the <code>guardrailIdentifier</code> field. To list all versions of a guardrail, specify the ARN of the guardrail in the <code>guardrailIdentifier</code> field.</p> <p>You can set the maximum number of results to return in a response in the <code>maxResults</code> field. If there are more results than the number you set, the response returns a <code>nextToken</code> that you can send in another <code>ListGuardrails</code> request to see the next batch of results.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListImportedModelsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of models you've imported. You can filter the results to return based on one or more criteria.
31
- * For more information,
32
- * see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListMarketplaceModelEndpointsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services
31
- * account.</p>
30
+ * <p>Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListModelCopyJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on
31
- * one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const ListModelCustomizationJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on
31
- * one or more criteria.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on one or more criteria.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -56,7 +54,6 @@ declare const ListModelCustomizationJobsCommand_base: {
56
54
  * // baseModelArn: "STRING_VALUE", // required
57
55
  * // jobName: "STRING_VALUE", // required
58
56
  * // status: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
59
- * // lastModifiedTime: new Date("TIMESTAMP"),
60
57
  * // statusDetails: { // StatusDetails
61
58
  * // validationDetails: { // ValidationDetails
62
59
  * // status: "InProgress" || "Completed" || "Stopping" || "Stopped" || "Failed" || "NotStarted",
@@ -74,11 +71,12 @@ declare const ListModelCustomizationJobsCommand_base: {
74
71
  * // lastModifiedTime: new Date("TIMESTAMP"),
75
72
  * // },
76
73
  * // },
74
+ * // lastModifiedTime: new Date("TIMESTAMP"),
77
75
  * // creationTime: new Date("TIMESTAMP"), // required
78
76
  * // endTime: new Date("TIMESTAMP"),
79
77
  * // customModelArn: "STRING_VALUE",
80
78
  * // customModelName: "STRING_VALUE",
81
- * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION",
79
+ * // customizationType: "FINE_TUNING" || "CONTINUED_PRE_TRAINING" || "DISTILLATION" || "IMPORTED",
82
80
  * // },
83
81
  * // ],
84
82
  * // };
@@ -27,9 +27,7 @@ declare const ListModelImportJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria.
31
- * For more information,
32
- * see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>List the tags associated with the specified resource.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>List the tags associated with the specified resource.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const RegisterMarketplaceModelEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Registers an existing Amazon SageMaker endpoint with Amazon Bedrock Marketplace, allowing it to be used with
31
- * Amazon Bedrock APIs.</p>
30
+ * <p>Registers an existing Amazon SageMaker endpoint with Amazon Bedrock Marketplace, allowing it to be used with Amazon Bedrock APIs.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const TagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -68,8 +68,7 @@ declare const TagResourceCommand_base: {
68
68
  * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
69
69
  *
70
70
  * @throws {@link TooManyTagsException} (client fault)
71
- * <p>The request contains more tags than can be associated with a resource (50 tags per resource).
72
- * The maximum number of tags includes both existing tags and those included in your current request. </p>
71
+ * <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
73
72
  *
74
73
  * @throws {@link ValidationException} (client fault)
75
74
  * <p>Input validation failed. Check your request parameters and retry the request.</p>
@@ -27,7 +27,7 @@ declare const UntagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Remove one or more tags from a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
30
+ * <p>Remove one or more tags from a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,43 +27,7 @@ declare const UpdateGuardrailCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a guardrail with the values you specify.</p>
31
- * <ul>
32
- * <li>
33
- * <p>Specify a <code>name</code> and optional <code>description</code>.</p>
34
- * </li>
35
- * <li>
36
- * <p>Specify messages for when the guardrail successfully blocks a prompt or a model response in the <code>blockedInputMessaging</code> and <code>blockedOutputsMessaging</code> fields.</p>
37
- * </li>
38
- * <li>
39
- * <p>Specify topics for the guardrail to deny in the <code>topicPolicyConfig</code> object. Each <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailTopicConfig.html">GuardrailTopicConfig</a> object in the <code>topicsConfig</code> list pertains to one topic.</p>
40
- * <ul>
41
- * <li>
42
- * <p>Give a <code>name</code> and <code>description</code> so that the guardrail can properly identify the topic.</p>
43
- * </li>
44
- * <li>
45
- * <p>Specify <code>DENY</code> in the <code>type</code> field.</p>
46
- * </li>
47
- * <li>
48
- * <p>(Optional) Provide up to five prompts that you would categorize as belonging to the topic in the <code>examples</code> list.</p>
49
- * </li>
50
- * </ul>
51
- * </li>
52
- * <li>
53
- * <p>Specify filter strengths for the harmful categories defined in Amazon Bedrock in the <code>contentPolicyConfig</code> object. Each <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a> object in the <code>filtersConfig</code> list pertains to a harmful category. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-content-filters">Content filters</a>. For more information about the fields in a content filter, see <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.</p>
54
- * <ul>
55
- * <li>
56
- * <p>Specify the category in the <code>type</code> field.</p>
57
- * </li>
58
- * <li>
59
- * <p>Specify the strength of the filter for prompts in the <code>inputStrength</code> field and for model responses in the <code>strength</code> field of the <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.</p>
60
- * </li>
61
- * </ul>
62
- * </li>
63
- * <li>
64
- * <p>(Optional) For security, include the ARN of a KMS key in the <code>kmsKeyId</code> field.</p>
65
- * </li>
66
- * </ul>
30
+ * <p>Updates a guardrail with the values you specify.</p> <ul> <li> <p>Specify a <code>name</code> and optional <code>description</code>.</p> </li> <li> <p>Specify messages for when the guardrail successfully blocks a prompt or a model response in the <code>blockedInputMessaging</code> and <code>blockedOutputsMessaging</code> fields.</p> </li> <li> <p>Specify topics for the guardrail to deny in the <code>topicPolicyConfig</code> object. Each <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailTopicConfig.html">GuardrailTopicConfig</a> object in the <code>topicsConfig</code> list pertains to one topic.</p> <ul> <li> <p>Give a <code>name</code> and <code>description</code> so that the guardrail can properly identify the topic.</p> </li> <li> <p>Specify <code>DENY</code> in the <code>type</code> field.</p> </li> <li> <p>(Optional) Provide up to five prompts that you would categorize as belonging to the topic in the <code>examples</code> list.</p> </li> </ul> </li> <li> <p>Specify filter strengths for the harmful categories defined in Amazon Bedrock in the <code>contentPolicyConfig</code> object. Each <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a> object in the <code>filtersConfig</code> list pertains to a harmful category. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-content-filters">Content filters</a>. For more information about the fields in a content filter, see <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.</p> <ul> <li> <p>Specify the category in the <code>type</code> field.</p> </li> <li> <p>Specify the strength of the filter for prompts in the <code>inputStrength</code> field and for model responses in the <code>strength</code> field of the <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.</p> </li> </ul> </li> <li> <p>(Optional) For security, include the ARN of a KMS key in the <code>kmsKeyId</code> field.</p> </li> </ul>
67
31
  * @example
68
32
  * Use a bare-bones client and the command you need to make an API call.
69
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const UpdateMarketplaceModelEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the configuration of an existing endpoint for a model from Amazon Bedrock
31
- * Marketplace.</p>
30
+ * <p>Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -1,4 +1,5 @@
1
1
  export * from "./BatchDeleteEvaluationJobCommand";
2
+ export * from "./CreateCustomModelCommand";
2
3
  export * from "./CreateEvaluationJobCommand";
3
4
  export * from "./CreateGuardrailCommand";
4
5
  export * from "./CreateGuardrailVersionCommand";