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