Created
June 20, 2019 11:19
-
-
Save jpbarto/48628a0bd84d19c3f198d06f3fbb79b6 to your computer and use it in GitHub Desktop.
Sample Script Container Invoke
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TrainingJobName": "cli-t-job", | |
"HyperParameters": { | |
"sagemaker_submit_directory": "s3://sagemaker-eu-west-2-776347453069/sagemaker-scikit-learn-2019-06-19-13-21-02-471/source/sourcedir.tar.gz", | |
"sagemaker_program": "sklearn_abalone_featurizer.py", | |
"sagemaker_enable_cloudwatch_metrics": "false", | |
"sagemaker_container_log_level": "20", | |
"sagemaker_job_name": "sagemaker-scikit-learn-2019-06-19-13-21-02-471", | |
"sagemaker_region": "eu-west-2" | |
}, | |
"AlgorithmSpecification": { | |
"TrainingImage": "764974769150.dkr.ecr.eu-west-2.amazonaws.com/sagemaker-scikit-learn:0.20.0-cpu-py3", | |
"TrainingInputMode": "File" | |
}, | |
"RoleArn": "arn:aws:iam::776347453069:role/service-role/AmazonSageMaker-ExecutionRole-20180814T091888", | |
"InputDataConfig": [ | |
{ | |
"ChannelName": "train", | |
"DataSource": { | |
"S3DataSource": { | |
"S3DataType": "S3Prefix", | |
"S3Uri": "s3://jasbarto-london-ml-bucket/Scikit-LinearLearner-pipeline-abalone-example/train/abalone.csv", | |
"S3DataDistributionType": "FullyReplicated" | |
} | |
}, | |
"InputMode": "File" | |
} | |
], | |
"OutputDataConfig": { | |
"S3OutputPath": "s3://sagemaker-eu-west-2-776347453069/" | |
}, | |
"ResourceConfig": { | |
"InstanceType": "ml.m4.xlarge", | |
"InstanceCount": 1, | |
"VolumeSizeInGB": 10 | |
}, | |
"StoppingCondition": { | |
"MaxRuntimeInSeconds": 86400 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment