Class: Aws::SageMaker::Types::DeleteModelPackageGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelPackageGroupInput
- 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 delete.
Instance Attribute Details
#model_package_group_name ⇒ String
The name of the model group to delete.
11694 11695 11696 11697 11698 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11694 class DeleteModelPackageGroupInput < Struct.new( :model_package_group_name) SENSITIVE = [] include Aws::Structure end |