Class: Aws::SageMaker::Types::UpdateModelPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateModelPackageOutput
- 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 model.
Instance Attribute Details
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
58037 58038 58039 58040 58041 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 58037 class UpdateModelPackageOutput < Struct.new( :model_package_arn) SENSITIVE = [] include Aws::Structure end |