Class: Aws::SageMaker::Types::DescribeModelPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelPackageInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_name ⇒ String
The name or Amazon Resource Name (ARN) of the model package to describe.
Instance Attribute Details
#model_package_name ⇒ String
The name or Amazon Resource Name (ARN) of the model package to describe.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
16239 16240 16241 16242 16243 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16239 class DescribeModelPackageInput < Struct.new( :model_package_name) SENSITIVE = [] include Aws::Structure end |