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)


31749
31750
31751
31752
31753
31754
31755
31756
31757
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31749

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)


31749
31750
31751
31752
31753
31754
31755
31756
31757
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31749

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)


31749
31750
31751
31752
31753
31754
31755
31756
31757
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31749

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)


31749
31750
31751
31752
31753
31754
31755
31756
31757
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31749

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)


31749
31750
31751
31752
31753
31754
31755
31756
31757
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31749

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