Class: Aws::SageMaker::Types::CreateModelPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelPackageOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the new model package.
Instance Attribute Details
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the new model package.
11350 11351 11352 11353 11354 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11350 class CreateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |