Class: Aws::SageMaker::Types::CreateModelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The ARN of the model created in SageMaker.
Instance Attribute Details
#model_arn ⇒ String
The ARN of the model created in SageMaker.
12198 12199 12200 12201 12202 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12198 class CreateModelOutput < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |