@aws-sdk/client-sagemaker 3.342.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
|
|
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
|
|
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
|
|
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.
|
|
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,14 +21,14 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.344.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.342.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.344.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.342.0",
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
+
"@aws-sdk/hash-node": "3.344.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.342.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.342.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.344.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.342.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.342.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.342.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.342.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.342.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.342.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.344.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.342.0",
|
|
43
43
|
"@aws-sdk/types": "3.342.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.342.0",
|