Class: Aws::SageMaker::Types::DescribeLineageGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 an experiment, trial, trial component, lineage group, project, or model card.

Returns:



14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#creation_timeTime

The creation time of lineage group.

Returns:

  • (Time)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#descriptionString

The description of the lineage group.

Returns:

  • (String)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#display_nameString

The display name of the lineage group.

Returns:

  • (String)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#last_modified_byTypes::UserContext

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Returns:



14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#last_modified_timeTime

The last modified time of the lineage group.

Returns:

  • (Time)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#lineage_group_arnString

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

Returns:

  • (String)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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

#lineage_group_nameString

The name of the lineage group.

Returns:

  • (String)


14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713
14714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14703

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