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.
9098 9099 9100 9101 9102 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9098 class CreateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |