-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
When creating a S3 input configuration, there is no clear documentation on what value needs to sent in content_type parameter. Some documents use "text/csv" convention. Some documents are simply referring as "csv". If there is any mistake, it takes 5-6 minutes for SageMaker to respond back for a simple configuration problem. It will be good if SDK can provide some properties that we can use instead of hard-coding values.
https://docs.aws.amazon.com/sagemaker/latest/dg/cdf-training.html
sagemaker.session.s3_input(s3_data=s3_training_file_location,content_type="csv")
lambdaofgod, kyamz, GeorgeMadlis, cadedaniel, rnair56 and 1 more