Class: Aws::SageMaker::Types::CreateModelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
8263 8264 8265 8266 8267 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8263 class CreateModelOutput < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |