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.
8593 8594 8595 8596 8597 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8593 class CreateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |