| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.clone() |
Edge |
Edge.withAssociationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination.
|
Edge |
Edge.withAssociationType(String associationType)
The type of the Association(Edge) between the source and destination.
|
Edge |
Edge.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
|
Edge |
Edge.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
|
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
QueryLineageResult.getEdges()
A list of edges that connect vertices in the response.
|
| Modifier and Type | Method and Description |
|---|---|
QueryLineageResult |
QueryLineageResult.withEdges(Edge... edges)
A list of edges that connect vertices in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryLineageResult.setEdges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
|
QueryLineageResult |
QueryLineageResult.withEdges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
|
Copyright © 2023. All rights reserved.