Class: Aws::SageMaker::Types::DescribeModelPackageGroupOutput

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

#created_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the model group was created.

Returns:

  • (Time)


22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#managed_configurationTypes::ManagedConfiguration

The managed configuration of the model package group.



22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_arnString

The Amazon Resource Name (ARN) of the model group.

Returns:

  • (String)


22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_descriptionString

A description of the model group.

Returns:

  • (String)


22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_nameString

The name of the model group.

Returns:

  • (String)


22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_statusString

The status of the model group.

Returns:

  • (String)


22093
22094
22095
22096
22097
22098
22099
22100
22101
22102
22103
# File 'lib/aws-sdk-sagemaker/types.rb', line 22093

class DescribeModelPackageGroupOutput < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :created_by,
  :model_package_group_status,
  :managed_configuration)
  SENSITIVE = []
  include Aws::Structure
end