Class: Aws::SageMaker::Types::DescribeModelPackageGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelPackageGroupInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_group_name ⇒ String
The name of the model group to describe.
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group to describe.
16146 16147 16148 16149 16150 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16146 class DescribeModelPackageGroupInput < Struct.new( :model_package_group_name) SENSITIVE = [] include Aws::Structure end |