Class: Aws::SageMaker::Types::DescribeLineageGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeLineageGroupRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lineage_group_name ⇒ String
The name of the lineage group.
Instance Attribute Details
#lineage_group_name ⇒ String
The name of the lineage group.
15588 15589 15590 15591 15592 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15588 class DescribeLineageGroupRequest < Struct.new( :lineage_group_name) SENSITIVE = [] include Aws::Structure end |