Uses of Class
software.amazon.awssdk.services.sagemaker.model.Vertex
-
Packages that use Vertex Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Vertex in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Vertex Modifier and Type Method Description List<Vertex>QueryLineageResponse. vertices()A list of vertices connected to the start entity(ies) in the lineage graph.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Vertex Modifier and Type Method Description QueryLineageResponse.BuilderQueryLineageResponse.Builder. vertices(Vertex... vertices)A list of vertices connected to the start entity(ies) in the lineage graph.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Vertex Modifier and Type Method Description QueryLineageResponse.BuilderQueryLineageResponse.Builder. vertices(Collection<Vertex> vertices)A list of vertices connected to the start entity(ies) in the lineage graph.
-