Class: Aws::SageMaker::Types::ModelPackageGroupSummary

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

Overview

Summary information about a model group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the model group was created.

Returns:

  • (Time)


41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

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

#managed_configurationTypes::ManagedConfiguration

The managed configuration of the model package group.



41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

class ModelPackageGroupSummary < Struct.new(
  :model_package_group_name,
  :model_package_group_arn,
  :model_package_group_description,
  :creation_time,
  :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)


41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

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

#model_package_group_descriptionString

A description of the model group.

Returns:

  • (String)


41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

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

#model_package_group_nameString

The name of the model group.

Returns:

  • (String)


41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

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

#model_package_group_statusString

The status of the model group.

Returns:

  • (String)


41136
41137
41138
41139
41140
41141
41142
41143
41144
41145
# File 'lib/aws-sdk-sagemaker/types.rb', line 41136

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