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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


15097
15098
15099
15100
15101
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15097

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