| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Edge.Builder |
Edge.Builder.associationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination.
|
Edge.Builder |
Edge.Builder.associationType(String associationType)
The type of the Association(Edge) between the source and destination.
|
static Edge.Builder |
Edge.builder() |
Edge.Builder |
Edge.Builder.destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
|
Edge.Builder |
Edge.Builder.sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
|
Edge.Builder |
Edge.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Edge.Builder> |
Edge.serializableBuilderClass() |
Copyright © 2023. All rights reserved.