Uses of Interface
software.amazon.awssdk.services.sagemaker.model.Vertex.Builder
-
Packages that use Vertex.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Vertex.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return Vertex.Builder Modifier and Type Method Description Vertex.BuilderVertex.Builder. arn(String arn)The Amazon Resource Name (ARN) of the lineage entity resource.static Vertex.BuilderVertex. builder()Vertex.BuilderVertex.Builder. lineageType(String lineageType)The type of resource of the lineage entity.Vertex.BuilderVertex.Builder. lineageType(LineageType lineageType)The type of resource of the lineage entity.Vertex.BuilderVertex. toBuilder()Vertex.BuilderVertex.Builder. type(String type)The type of the lineage entity resource.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Vertex.Builder Modifier and Type Method Description static Class<? extends Vertex.Builder>Vertex. serializableBuilderClass()
-