Skip to content

Commit 2c139ac

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig.
1 parent 2371b6e commit 2c139ac

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "This release adds a new ContentType field in AutoMLChannel for SageMaker CreateAutoMLJob InputDataConfig."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,6 +4099,10 @@
40994099
"TargetAttributeName":{
41004100
"shape":"TargetAttributeName",
41014101
"documentation":"<p>The name of the target variable in supervised learning, usually represented by 'y'.</p>"
4102+
},
4103+
"ContentType":{
4104+
"shape":"ContentType",
4105+
"documentation":"<p>The content type of the data from the input source. You can use <code>text/csv;header=present</code> or <code>x-application/vnd.amazon+parquet</code>. The default value is <code>text/csv;header=present</code>.</p>"
41024106
}
41034107
},
41044108
"documentation":"<p>A channel is a named input source that training algorithms can consume. For more information, see .</p>"

0 commit comments

Comments
 (0)