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:



21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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)


21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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.



21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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)


21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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)


21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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)


21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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)


21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
# File 'lib/aws-sdk-sagemaker/types.rb', line 21763

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