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
4476 |
# File 'sig/client.rbs', line 4476
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4475 |
# File 'sig/client.rbs', line 4475
def creation_time: () -> ::Time
|
#description ⇒ ::String
4474 |
# File 'sig/client.rbs', line 4474
def description: () -> ::String
|
#display_name ⇒ ::String
4473 |
# File 'sig/client.rbs', line 4473
def display_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4478 |
# File 'sig/client.rbs', line 4478
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4477 |
# File 'sig/client.rbs', line 4477
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
4472 |
# File 'sig/client.rbs', line 4472
def lineage_group_arn: () -> ::String
|
#lineage_group_name ⇒ ::String
4471 |
# File 'sig/client.rbs', line 4471
def lineage_group_name: () -> ::String
|