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.
8337 8338 8339 8340 8341 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8337 class CreateModelOutput < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |