Class: Aws::SageMaker::Types::CreateModelPackageGroupInput

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_descriptionString

A description for the model group.

Returns:

  • (String)


7796
7797
7798
7799
7800
7801
7802
# File 'lib/aws-sdk-sagemaker/types.rb', line 7796

class CreateModelPackageGroupInput < Struct.new(
  :model_package_group_name,
  :model_package_group_description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_nameString

The name of the model group.

Returns:

  • (String)


7796
7797
7798
7799
7800
7801
7802
# File 'lib/aws-sdk-sagemaker/types.rb', line 7796

class CreateModelPackageGroupInput < Struct.new(
  :model_package_group_name,
  :model_package_group_description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key value pairs associated with the model group. For more information, see [Tagging Amazon Web Services resources] in the *Amazon Web Services General Reference Guide*.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:



7796
7797
7798
7799
7800
7801
7802
# File 'lib/aws-sdk-sagemaker/types.rb', line 7796

class CreateModelPackageGroupInput < Struct.new(
  :model_package_group_name,
  :model_package_group_description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end