A company wants to build an ML model by using Amazon SageMaker. The company needs to share and manage variables for model development across multiple teams. Which SageMaker feature meets these requirements?
Show Answer & Explanation
Correct Answer: A. Amazon SageMaker Feature Store
Amazon SageMaker Feature Store is designed to store share and manage ML features across teams. It provides a centralized repository for features that can be accessed by multiple teams ensuring consistency and collaboration. Data Wrangler is for data preparation. Clarify is for bias detection and explainability. Model Cards document model information but do not manage shared variables.