
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which solution should the ML team use when publishing the custom ML models?
A
Create documents with the relevant information. Store the documents in Amazon S3.
B
Use AWS AI Service Cards for transparency and understanding models.
C
Create Amazon SageMaker Model Cards with intended uses and training and inference details.
D
Create model training scripts. Commit the model training scripts to a Git repository.
Explanation:
Amazon SageMaker Model Cards are specifically designed for documenting and publishing custom ML models. Here's why option C is correct:
Amazon SageMaker Model Cards provide a standardized way to document machine learning models with:
Why other options are incorrect:
A. Create documents with the relevant information. Store the documents in Amazon S3.
B. Use AWS AI Service Cards for transparency and understanding models.
D. Create model training scripts. Commit the model training scripts to a Git repository.
Best Practice: Amazon SageMaker Model Cards help ensure transparency, reproducibility, and responsible AI practices by providing a consistent way to document ML models throughout their lifecycle.