Class: Aws::SageMaker::Types::DescribeModelPackageGroupInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_package_group_nameString

The name of the model group to describe.

Returns:

  • (String)


15183
15184
15185
15186
15187
# File 'lib/aws-sdk-sagemaker/types.rb', line 15183

class DescribeModelPackageGroupInput < Struct.new(
  :model_package_group_name)
  SENSITIVE = []
  include Aws::Structure
end