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.
8632 8633 8634 8635 8636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8632 class CreateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |