| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
QueryLineageResponse.vertices()
A list of vertices connected to the start entity(ies) in the lineage graph.
|
| Modifier and Type | Method and Description |
|---|---|
QueryLineageResponse.Builder |
QueryLineageResponse.Builder.vertices(Vertex... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
| Modifier and Type | Method and Description |
|---|---|
QueryLineageResponse.Builder |
QueryLineageResponse.Builder.vertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
Copyright © 2022. All rights reserved.