Topic 1 Question 41
An ML engineer needs to use AWS CloudFormation to create an ML model that an Amazon SageMaker endpoint will host. Which resource should the ML engineer declare in the CloudFormation template to meet this requirement?
AWS::SageMaker::Model
AWS::SageMaker::Endpoint
AWS::SageMaker::NotebookInstance
AWS::SageMaker::Pipeline
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
Type: AWS::SageMaker::Model Properties: Containers: - ContainerDefinition EnableNetworkIsolation: Boolean ExecutionRoleArn: String InferenceExecutionConfig: InferenceExecutionConfig ModelName: String PrimaryContainer: ContainerDefinition Tags: - Tag VpcConfig: VpcConfig
👍 2Saransundar2024/12/05 - 正解だと思う選択肢: A👍 1GiorgioGss2024/11/27