Amazon
MLS-C01 · Question #96
A Machine Learning Specialist wants to bring a custom algorithm to Amazon SageMaker. The Specialist implements the algorithm in a Docker container supported by Amazon SageMaker. How should the Special
Sign in or unlock MLS-C01 to reveal the answer and full explanation for question #96. The question stem and answer options stay visible for context.
ML Implementation and Operations
Question
A Machine Learning Specialist wants to bring a custom algorithm to Amazon SageMaker. The Specialist implements the algorithm in a Docker container supported by Amazon SageMaker. How should the Specialist package the Docker container so that Amazon SageMaker can launch the training correctly?
Options
- AModify the bash_profile file in the container and add a bash command to start the training
- BUse CMD config in the Dockerfile to add the training program as a CMD of the image
- CConfigure the training program as an ENTRYPOINT named train
- DCopy the training program to directory /opt/ml/train
Unlock MLS-C01 to see the answer
You've previewed enough free MLS-C01 questions. Unlock MLS-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SageMaker Custom Containers#Docker ENTRYPOINT#ML Training Jobs#Container Packaging