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
4453 |
# File 'sig/client.rbs', line 4453
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4452 |
# File 'sig/client.rbs', line 4452
def creation_time: () -> ::Time
|
#description ⇒ ::String
4451 |
# File 'sig/client.rbs', line 4451
def description: () -> ::String
|
#display_name ⇒ ::String
4450 |
# File 'sig/client.rbs', line 4450
def display_name: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
4455 |
# File 'sig/client.rbs', line 4455
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4454 |
# File 'sig/client.rbs', line 4454
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
4449 |
# File 'sig/client.rbs', line 4449
def lineage_group_arn: () -> ::String
|
#lineage_group_name ⇒ ::String
4448 |
# File 'sig/client.rbs', line 4448
def lineage_group_name: () -> ::String
|