We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73678a4 commit e3811feCopy full SHA for e3811fe
tests/integ/test_auto_ml.py
@@ -170,6 +170,7 @@ def test_auto_ml_describe_auto_ml_job(sagemaker_session):
170
},
171
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
172
"ContentType": "text/csv;header=present",
173
+ "ChannelType": "training",
174
}
175
]
176
expected_default_output_config = {
@@ -207,6 +208,7 @@ def test_auto_ml_attach(sagemaker_session):
207
208
209
210
211
212
213
214
0 commit comments