Class: Aws::SageMaker::Types::DescribeLineageGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeLineageGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
16391 16392 16393 16394 16395 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16391 class DescribeLineageGroupRequest < Struct.new( :lineage_group_name) SENSITIVE = [] include Aws::Structure end |