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