Question 213 of 280
Single answerYou are creating a model training pipeline to predict sentiment scores from text-based product reviews. You want to have control over how the model parameters are tuned, and you will deploy the model to an endpoint after it has been trained. You will use Vertex AI Pipelines to run the pipeline. You need to decide which Google Cloud pipeline components to use. What components should you choose?
ATabularDatasetCreateOp, CustomTrainingJobOp, and EndpointCreateOp
BTextDatasetCreateOp, AutoMLTextTrainingOp, and EndpointCreateOp
CTabularDatasetCreateOp. AutoMLTextTrainingOp, and ModelDeployOp
✓DTextDatasetCreateOp, CustomTrainingJobOp, and ModelDeployOp
✓
Correct Answer: D
TextDatasetCreateOp, CustomTrainingJobOp, and ModelDeployOp
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.