| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.clone() |
Vertex |
Vertex.withArn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
|
Vertex |
Vertex.withLineageType(LineageType lineageType)
The type of resource of the lineage entity.
|
Vertex |
Vertex.withLineageType(String lineageType)
The type of resource of the lineage entity.
|
Vertex |
Vertex.withType(String type)
The type of the lineage entity resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
QueryLineageResult.getVertices()
A list of vertices connected to the start entity(ies) in the lineage graph.
|
| Modifier and Type | Method and Description |
|---|---|
QueryLineageResult |
QueryLineageResult.withVertices(Vertex... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryLineageResult.setVertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
QueryLineageResult |
QueryLineageResult.withVertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
|
Copyright © 2023. All rights reserved.