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