MLS-C01 • Practice Test 27
Free MLS-C01 practice test — 15 questions with explanations. Set 27. No signup required.
A data scientist submits a SageMaker training job with the provided configuration. The job fails immediately with the error 'Algorithm not found: 382416733822.dkr.ecr.us-west-2.amazonaws.com/sagemaker-xgboost:1.2-1'. What is the most likely cause?
Refer to the exhibit.
{
"AlgorithmSpecification": {
"TrainingImage": "382416733822.dkr.ecr.us-west-2.amazonaws.com/sagemaker-xgboost:1.2-1",
"TrainingInputMode": "File"
},
"RoleArn": "arn:aws:iam::123456789012:role/SageMakerRole",
"InputDataConfig": [
{
"ChannelName": "train",
"DataSource": {
"S3DataSource": {
"S3DataType": "S3Prefix",
"S3Uri": "s3://my-bucket/train/"
}
},
"ContentType": "text/csv",
"CompressionType": "None"
}
],
"OutputDataConfig": {
"S3OutputPath": "s3://my-bucket/output/"
},
"ResourceConfig": {
"InstanceType": "ml.m5.large",
"InstanceCount": 1,
"VolumeSizeInGB": 10
},
"StoppingCondition": {
"MaxRuntimeInSeconds": 86400
}
}