@aws-sdk/client-sagemaker 3.341.0 → 3.344.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.
@@ -4674,13 +4674,12 @@ export interface AutoMLJobChannel {
4674
4674
  * content types for different problems:</p>
4675
4675
  * <ul>
4676
4676
  * <li>
4677
- * <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>,
4678
- * <code>image/*</code>
4679
- * </p>
4677
+ * <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>, or
4678
+ * <code>image/*</code>. The default value is <code>image/*</code>.</p>
4680
4679
  * </li>
4681
4680
  * <li>
4682
- * <p>TextClassification: <code>text/csv;header=present</code>
4683
- * </p>
4681
+ * <p>TextClassification: <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>.
4682
+ * The default value is <code>text/csv;header=present</code>.</p>
4684
4683
  * </li>
4685
4684
  * </ul>
4686
4685
  */
@@ -9187,9 +9186,7 @@ export type RStudioServerProUserGroup = (typeof RStudioServerProUserGroup)[keyof
9187
9186
  /**
9188
9187
  * @public
9189
9188
  * <p>A collection of settings that configure user interaction with the
9190
- * <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot
9191
- * be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created
9192
- * to make any changes.</p>
9189
+ * <code>RStudioServerPro</code> app.</p>
9193
9190
  */
9194
9191
  export interface RStudioServerProAppSettings {
9195
9192
  /**
@@ -192,12 +192,15 @@ export declare const RecommendationStatus: {
192
192
  export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
193
193
  /**
194
194
  * @public
195
- * <p>A set of recommended deployment configurations for the model.</p>
195
+ * <p>A set of recommended deployment configurations for the model. To get more advanced recommendations, see
196
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html">CreateInferenceRecommendationsJob</a>
197
+ * to create an inference recommendation job.</p>
196
198
  */
197
199
  export interface DeploymentRecommendation {
198
200
  /**
199
- * <p>Status of the deployment recommendation. <code>NOT_APPLICABLE</code> means that SageMaker
200
- * is unable to provide a default recommendation for the model using the information provided.</p>
201
+ * <p>Status of the deployment recommendation. The status <code>NOT_APPLICABLE</code> means that SageMaker
202
+ * is unable to provide a default recommendation for the model using the information provided. If the deployment status is <code>IN_PROGRESS</code>,
203
+ * retry your API call after a few seconds to get a <code>COMPLETED</code> deployment recommendation.</p>
201
204
  */
202
205
  RecommendationStatus: RecommendationStatus | string | undefined;
203
206
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.341.0",
4
+ "version": "3.344.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.341.0",
25
- "@aws-sdk/config-resolver": "3.341.0",
26
- "@aws-sdk/credential-provider-node": "3.341.0",
27
- "@aws-sdk/fetch-http-handler": "3.341.0",
28
- "@aws-sdk/hash-node": "3.341.0",
29
- "@aws-sdk/invalid-dependency": "3.341.0",
30
- "@aws-sdk/middleware-content-length": "3.341.0",
31
- "@aws-sdk/middleware-endpoint": "3.341.0",
32
- "@aws-sdk/middleware-host-header": "3.341.0",
33
- "@aws-sdk/middleware-logger": "3.341.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
- "@aws-sdk/middleware-retry": "3.341.0",
36
- "@aws-sdk/middleware-serde": "3.341.0",
37
- "@aws-sdk/middleware-signing": "3.341.0",
38
- "@aws-sdk/middleware-stack": "3.341.0",
39
- "@aws-sdk/middleware-user-agent": "3.341.0",
40
- "@aws-sdk/node-config-provider": "3.341.0",
41
- "@aws-sdk/node-http-handler": "3.341.0",
42
- "@aws-sdk/smithy-client": "3.341.0",
43
- "@aws-sdk/types": "3.341.0",
44
- "@aws-sdk/url-parser": "3.341.0",
24
+ "@aws-sdk/client-sts": "3.344.0",
25
+ "@aws-sdk/config-resolver": "3.342.0",
26
+ "@aws-sdk/credential-provider-node": "3.344.0",
27
+ "@aws-sdk/fetch-http-handler": "3.342.0",
28
+ "@aws-sdk/hash-node": "3.344.0",
29
+ "@aws-sdk/invalid-dependency": "3.342.0",
30
+ "@aws-sdk/middleware-content-length": "3.342.0",
31
+ "@aws-sdk/middleware-endpoint": "3.344.0",
32
+ "@aws-sdk/middleware-host-header": "3.342.0",
33
+ "@aws-sdk/middleware-logger": "3.342.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
+ "@aws-sdk/middleware-retry": "3.342.0",
36
+ "@aws-sdk/middleware-serde": "3.342.0",
37
+ "@aws-sdk/middleware-signing": "3.342.0",
38
+ "@aws-sdk/middleware-stack": "3.342.0",
39
+ "@aws-sdk/middleware-user-agent": "3.342.0",
40
+ "@aws-sdk/node-config-provider": "3.342.0",
41
+ "@aws-sdk/node-http-handler": "3.344.0",
42
+ "@aws-sdk/smithy-client": "3.342.0",
43
+ "@aws-sdk/types": "3.342.0",
44
+ "@aws-sdk/url-parser": "3.342.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
- "@aws-sdk/util-endpoints": "3.341.0",
51
- "@aws-sdk/util-retry": "3.341.0",
52
- "@aws-sdk/util-user-agent-browser": "3.341.0",
53
- "@aws-sdk/util-user-agent-node": "3.341.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
+ "@aws-sdk/util-endpoints": "3.342.0",
51
+ "@aws-sdk/util-retry": "3.342.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.342.0",
53
+ "@aws-sdk/util-user-agent-node": "3.342.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.341.0",
55
+ "@aws-sdk/util-waiter": "3.342.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0",