Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobDocumentType
-
Packages that use VectorEnrichmentJobDocumentType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobDocumentType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobDocumentType Modifier and Type Method Description VectorEnrichmentJobDocumentTypeVectorEnrichmentJobInputConfig. documentType()The input structure that defines the data source file type.static VectorEnrichmentJobDocumentTypeVectorEnrichmentJobDocumentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VectorEnrichmentJobDocumentTypeVectorEnrichmentJobDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorEnrichmentJobDocumentType[]VectorEnrichmentJobDocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type VectorEnrichmentJobDocumentType Modifier and Type Method Description static Set<VectorEnrichmentJobDocumentType>VectorEnrichmentJobDocumentType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobDocumentType Modifier and Type Method Description VectorEnrichmentJobInputConfig.BuilderVectorEnrichmentJobInputConfig.Builder. documentType(VectorEnrichmentJobDocumentType documentType)The input structure that defines the data source file type.
-