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
4432 |
# File 'sig/client.rbs', line 4432
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4431 |
# File 'sig/client.rbs', line 4431
def creation_time: () -> ::Time
|
#description ⇒ ::String
4430 |
# File 'sig/client.rbs', line 4430
def description: () -> ::String
|
#display_name ⇒ ::String
4429 |
# File 'sig/client.rbs', line 4429
def display_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4434 |
# File 'sig/client.rbs', line 4434
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4433 |
# File 'sig/client.rbs', line 4433
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
4428 |
# File 'sig/client.rbs', line 4428
def lineage_group_arn: () -> ::String
|
#lineage_group_name ⇒ ::String
4427 |
# File 'sig/client.rbs', line 4427
def lineage_group_name: () -> ::String
|