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]
7009 |
# File 'sig/client.rbs', line 7009
def edges: () -> ::Array[Types::Edge]
|
#next_token ⇒ ::String
7010 |
# File 'sig/client.rbs', line 7010
def next_token: () -> ::String
|
#vertices ⇒ ::Array[Types::Vertex]
7008 |
# File 'sig/client.rbs', line 7008
def vertices: () -> ::Array[Types::Vertex]
|