Module: Aws::SageMaker::Client::_DescribeLineageGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLineageGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #lineage_group_arn ⇒ ::String
- #lineage_group_name ⇒ ::String
Instance Method Details
#created_by ⇒ Types::UserContext
4448 |
# File 'sig/client.rbs', line 4448
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4447 |
# File 'sig/client.rbs', line 4447
def creation_time: () -> ::Time
|
#description ⇒ ::String
4446 |
# File 'sig/client.rbs', line 4446
def description: () -> ::String
|
#display_name ⇒ ::String
4445 |
# File 'sig/client.rbs', line 4445
def display_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4450 |
# File 'sig/client.rbs', line 4450
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4449 |
# File 'sig/client.rbs', line 4449
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
4444 |
# File 'sig/client.rbs', line 4444
def lineage_group_arn: () -> ::String
|
#lineage_group_name ⇒ ::String
4443 |
# File 'sig/client.rbs', line 4443
def lineage_group_name: () -> ::String
|