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.
15549 15550 15551 15552 15553 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15549 class DescribeLineageGroupRequest < Struct.new( :lineage_group_name) SENSITIVE = [] include Aws::Structure end |