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

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


33300
33301
33302
33303
33304
33305
33306
33307
33308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33300

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

#model_package_group_arnString

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

Returns:

  • (String)


33300
33301
33302
33303
33304
33305
33306
33307
33308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33300

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

#model_package_group_descriptionString

A description of the model group.

Returns:

  • (String)


33300
33301
33302
33303
33304
33305
33306
33307
33308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33300

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

#model_package_group_nameString

The name of the model group.

Returns:

  • (String)


33300
33301
33302
33303
33304
33305
33306
33307
33308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33300

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

#model_package_group_statusString

The status of the model group.

Returns:

  • (String)


33300
33301
33302
33303
33304
33305
33306
33307
33308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33300

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