Class: Aws::SageMaker::Types::CreateModelPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelPackageOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
9002 9003 9004 9005 9006 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9002 class CreateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |