
Ultimate access to all questions.
Which solution should the ML team use when publishing the custom ML models?
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.