Class: Aws::SageMaker::Types::LineageGroupSummary

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

Overview

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the lineage group summary.

Returns:

  • (Time)


24604
24605
24606
24607
24608
24609
24610
24611
24612
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24604

class LineageGroupSummary < Struct.new(
  :lineage_group_arn,
  :lineage_group_name,
  :display_name,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the lineage group summary.

Returns:

  • (String)


24604
24605
24606
24607
24608
24609
24610
24611
24612
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24604

class LineageGroupSummary < Struct.new(
  :lineage_group_arn,
  :lineage_group_name,
  :display_name,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time of the lineage group summary.

Returns:

  • (Time)


24604
24605
24606
24607
24608
24609
24610
24611
24612
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24604

class LineageGroupSummary < Struct.new(
  :lineage_group_arn,
  :lineage_group_name,
  :display_name,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#lineage_group_arnString

The Amazon Resource Name (ARN) of the lineage group resource.

Returns:

  • (String)


24604
24605
24606
24607
24608
24609
24610
24611
24612
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24604

class LineageGroupSummary < Struct.new(
  :lineage_group_arn,
  :lineage_group_name,
  :display_name,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#lineage_group_nameString

The name or Amazon Resource Name (ARN) of the lineage group.

Returns:

  • (String)


24604
24605
24606
24607
24608
24609
24610
24611
24612
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24604

class LineageGroupSummary < Struct.new(
  :lineage_group_arn,
  :lineage_group_name,
  :display_name,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end