Uses of Interface
software.amazon.awssdk.services.sagemaker.model.Edge.Builder
-
Packages that use Edge.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Edge.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return Edge.Builder Modifier and Type Method Description Edge.BuilderEdge.Builder. associationType(String associationType)The type of the Association(Edge) between the source and destination.Edge.BuilderEdge.Builder. associationType(AssociationEdgeType associationType)The type of the Association(Edge) between the source and destination.static Edge.BuilderEdge. builder()Edge.BuilderEdge.Builder. destinationArn(String destinationArn)The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.Edge.BuilderEdge.Builder. sourceArn(String sourceArn)The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.Edge.BuilderEdge. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Edge.Builder Modifier and Type Method Description static Class<? extends Edge.Builder>Edge. serializableBuilderClass()
-