Class: Aws::SageMaker::Types::DescribeLineageGroupRequest

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

#lineage_group_nameString

The name of the lineage group.

Returns:

  • (String)


14651
14652
14653
14654
14655
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14651

class DescribeLineageGroupRequest < Struct.new(
  :lineage_group_name)
  SENSITIVE = []
  include Aws::Structure
end