Class: Aws::SageMaker::Types::LineageGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LineageGroupSummary
- 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
-
#creation_time ⇒ Time
The creation time of the lineage group summary.
-
#display_name ⇒ String
The display name of the lineage group summary.
-
#last_modified_time ⇒ Time
The last modified time of the lineage group summary.
-
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group resource.
-
#lineage_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the lineage group.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the lineage group summary.
25993 25994 25995 25996 25997 25998 25999 26000 26001 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25993 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the lineage group summary.
25993 25994 25995 25996 25997 25998 25999 26000 26001 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25993 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time of the lineage group summary.
25993 25994 25995 25996 25997 25998 25999 26000 26001 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25993 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group resource.
25993 25994 25995 25996 25997 25998 25999 26000 26001 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25993 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#lineage_group_name ⇒ String
The name or Amazon Resource Name (ARN) of the lineage group.
25993 25994 25995 25996 25997 25998 25999 26000 26001 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25993 class LineageGroupSummary < Struct.new( :lineage_group_arn, :lineage_group_name, :display_name, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |