Uses of Class
software.amazon.awssdk.services.sagemaker.model.LineageType
-
Packages that use LineageType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LineageType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LineageType Modifier and Type Method Description static LineageTypeLineageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LineageTypeVertex. lineageType()The type of resource of the lineage entity.static LineageTypeLineageType. valueOf(String name)Returns the enum constant of this type with the specified name.static LineageType[]LineageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LineageType Modifier and Type Method Description static Set<LineageType>LineageType. knownValues()List<LineageType>QueryFilters. lineageTypes()Filter the lineage entities connected to theStartArn(s) by the type of the lineage entity.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LineageType Modifier and Type Method Description Vertex.BuilderVertex.Builder. lineageType(LineageType lineageType)The type of resource of the lineage entity.QueryFilters.BuilderQueryFilters.Builder. lineageTypes(LineageType... lineageTypes)Filter the lineage entities connected to theStartArn(s) by the type of the lineage entity.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LineageType Modifier and Type Method Description QueryFilters.BuilderQueryFilters.Builder. lineageTypes(Collection<LineageType> lineageTypes)Filter the lineage entities connected to theStartArn(s) by the type of the lineage entity.
-