Uses of Class
software.amazon.awssdk.services.sagemaker.model.Edge
-
Packages that use Edge Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Edge in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Edge Modifier and Type Method Description List<Edge>QueryLineageResponse. edges()A list of edges that connect vertices in the response.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Edge Modifier and Type Method Description QueryLineageResponse.BuilderQueryLineageResponse.Builder. edges(Edge... edges)A list of edges that connect vertices in the response.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Edge Modifier and Type Method Description QueryLineageResponse.BuilderQueryLineageResponse.Builder. edges(Collection<Edge> edges)A list of edges that connect vertices in the response.
-