Module: Aws::SageMaker::Client::_QueryLineageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::QueryLineageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#edges ⇒ ::Array[Types::Edge]
7016 |
# File 'sig/client.rbs', line 7016
def edges: () -> ::Array[Types::Edge]
|
#next_token ⇒ ::String
7017 |
# File 'sig/client.rbs', line 7017
def next_token: () -> ::String
|
#vertices ⇒ ::Array[Types::Vertex]
7015 |
# File 'sig/client.rbs', line 7015
def vertices: () -> ::Array[Types::Vertex]
|