Amazon
MLS-C01 · Question #216
A machine learning (ML) specialist wants to bring a custom training algorithm to Amazon SageMaker. The ML specialist implements the algorithm in a Docker container that is supported by SageMaker. How
Sign in or unlock MLS-C01 to reveal the answer and full explanation for question #216. The question stem and answer options stay visible for context.
Machine Learning Implementation and Operations
Question
A machine learning (ML) specialist wants to bring a custom training algorithm to Amazon SageMaker. The ML specialist implements the algorithm in a Docker container that is supported by SageMaker. How should the ML specialist package the Docker container so that SageMaker can launch the training correctly?
Options
- ASpecify the server argument in the ENTRYPOINT instruction in the Dockerfile.
- BSpecify the training program in the ENTRYPOINT instruction in the Dockerfile.
- CInclude the path to the training data in the docker build command when packaging the container.
- DUse a COPY instruction in the Dockerfile to copy the training program to the /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#Dockerfile ENTRYPOINT#ML Training Environment#Container Packaging