Amazon SageMaker Feature Store
Feature Store is a repository that stores, shares, and reuses features.
It is not a pipeline feature that automates the entire workflow, so it is incorrect.
An ML team wants to build and run a series of machine learning workflow steps, such as data preparation, training, evaluation, and deployment, as an automated and reproducible pipeline. Which SageMaker feature is the MOST suitable?
Choosing the pipeline feature that automates an ML workflow.
Amazon SageMaker Feature Store
Feature Store is a repository that stores, shares, and reuses features.
It is not a pipeline feature that automates the entire workflow, so it is incorrect.
Amazon SageMaker Pipelines
Correct. SageMaker Pipelines is a feature that defines and runs steps such as data preparation, training, evaluation, and deployment as an automated and reproducible workflow. It is the core of MLOps.
Amazon SageMaker Data Wrangler
Data Wrangler is a tool that performs data preprocessing with no code.
It is not a pipeline feature that automates the entire workflow, so it is incorrect.
Amazon SageMaker JumpStart
JumpStart is a model hub for using pretrained models right away.
It is not a pipeline feature that automates the entire workflow, so it is incorrect.
Remember the correct answer, 'SageMaker Pipelines'.
・It defines and runs steps such as data preparation, training, evaluation, and deployment as an automated and reproducible workflow.
・Because the steps can be run the same way every time, it is the core of MLOps.
Feature Store (storing features), Data Wrangler (preprocessing), and JumpStart (model hub) are not pipelines that automate the entire workflow; they each relate to individual steps or resources.