Skip to content

Commit 0916451

Browse files
author
awstools
committed
docs(client-sagemaker): Amazon Sagemaker Autopilot adds support for Parquet file input to NLP text classification jobs.
1 parent 861251b commit 0916451

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

clients/client-sagemaker/src/models/models_0.ts

+5-8
Original file line numberDiff line numberDiff line change
@@ -5028,13 +5028,12 @@ export interface AutoMLJobChannel {
50285028
* content types for different problems:</p>
50295029
* <ul>
50305030
* <li>
5031-
* <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>,
5032-
* <code>image/*</code>
5033-
* </p>
5031+
* <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>, or
5032+
* <code>image/*</code>. The default value is <code>image/*</code>.</p>
50345033
* </li>
50355034
* <li>
5036-
* <p>TextClassification: <code>text/csv;header=present</code>
5037-
* </p>
5035+
* <p>TextClassification: <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>.
5036+
* The default value is <code>text/csv;header=present</code>.</p>
50385037
* </li>
50395038
* </ul>
50405039
*/
@@ -10072,9 +10071,7 @@ export type RStudioServerProUserGroup = (typeof RStudioServerProUserGroup)[keyof
1007210071
/**
1007310072
* @public
1007410073
* <p>A collection of settings that configure user interaction with the
10075-
* <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot
10076-
* be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created
10077-
* to make any changes.</p>
10074+
* <code>RStudioServerPro</code> app.</p>
1007810075
*/
1007910076
export interface RStudioServerProAppSettings {
1008010077
/**

clients/client-sagemaker/src/models/models_2.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,15 @@ export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof Re
392392

393393
/**
394394
* @public
395-
* <p>A set of recommended deployment configurations for the model.</p>
395+
* <p>A set of recommended deployment configurations for the model. To get more advanced recommendations, see
396+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html">CreateInferenceRecommendationsJob</a>
397+
* to create an inference recommendation job.</p>
396398
*/
397399
export interface DeploymentRecommendation {
398400
/**
399-
* <p>Status of the deployment recommendation. <code>NOT_APPLICABLE</code> means that SageMaker
400-
* is unable to provide a default recommendation for the model using the information provided.</p>
401+
* <p>Status of the deployment recommendation. The status <code>NOT_APPLICABLE</code> means that SageMaker
402+
* is unable to provide a default recommendation for the model using the information provided. If the deployment status is <code>IN_PROGRESS</code>,
403+
* retry your API call after a few seconds to get a <code>COMPLETED</code> deployment recommendation.</p>
401404
*/
402405
RecommendationStatus: RecommendationStatus | string | undefined;
403406

codegen/sdk-codegen/aws-models/sagemaker.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,7 @@
25462546
"ContentType": {
25472547
"target": "com.amazonaws.sagemaker#ContentType",
25482548
"traits": {
2549-
"smithy.api#documentation": "<p>The content type of the data from the input source. The following are the allowed\n content types for different problems:</p>\n <ul>\n <li>\n <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>,\n <code>image/*</code>\n </p>\n </li>\n <li>\n <p>TextClassification: <code>text/csv;header=present</code>\n </p>\n </li>\n </ul>"
2549+
"smithy.api#documentation": "<p>The content type of the data from the input source. The following are the allowed\n content types for different problems:</p>\n <ul>\n <li>\n <p>ImageClassification: <code>image/png</code>, <code>image/jpeg</code>, or\n <code>image/*</code>. The default value is <code>image/*</code>.</p>\n </li>\n <li>\n <p>TextClassification: <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>. \n The default value is <code>text/csv;header=present</code>.</p>\n </li>\n </ul>"
25502550
}
25512551
},
25522552
"CompressionType": {
@@ -13389,7 +13389,7 @@
1338913389
"RecommendationStatus": {
1339013390
"target": "com.amazonaws.sagemaker#RecommendationStatus",
1339113391
"traits": {
13392-
"smithy.api#documentation": "<p>Status of the deployment recommendation. <code>NOT_APPLICABLE</code> means that SageMaker\n is unable to provide a default recommendation for the model using the information provided.</p>",
13392+
"smithy.api#documentation": "<p>Status of the deployment recommendation. The status <code>NOT_APPLICABLE</code> means that SageMaker\n is unable to provide a default recommendation for the model using the information provided. If the deployment status is <code>IN_PROGRESS</code>,\n retry your API call after a few seconds to get a <code>COMPLETED</code> deployment recommendation.</p>",
1339313393
"smithy.api#required": {}
1339413394
}
1339513395
},
@@ -13401,7 +13401,7 @@
1340113401
}
1340213402
},
1340313403
"traits": {
13404-
"smithy.api#documentation": "<p>A set of recommended deployment configurations for the model.</p>"
13404+
"smithy.api#documentation": "<p>A set of recommended deployment configurations for the model. To get more advanced recommendations, see\n <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html\">CreateInferenceRecommendationsJob</a>\n to create an inference recommendation job.</p>"
1340513405
}
1340613406
},
1340713407
"com.amazonaws.sagemaker#DeploymentStage": {
@@ -45911,7 +45911,7 @@
4591145911
}
4591245912
},
4591345913
"traits": {
45914-
"smithy.api#documentation": "<p>A collection of settings that configure user interaction with the\n <code>RStudioServerPro</code> app. <code>RStudioServerProAppSettings</code> cannot\n be updated. The <code>RStudioServerPro</code> app must be deleted and a new one created\n to make any changes.</p>"
45914+
"smithy.api#documentation": "<p>A collection of settings that configure user interaction with the\n <code>RStudioServerPro</code> app.</p>"
4591545915
}
4591645916
},
4591745917
"com.amazonaws.sagemaker#RStudioServerProDomainSettings": {

0 commit comments

Comments
 (0)