Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobErrorType
-
Packages that use VectorEnrichmentJobErrorType Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobErrorType in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobErrorType Modifier and Type Method Description VectorEnrichmentJobErrorTypeVectorEnrichmentJobErrorDetails. errorType()The type of error generated during the Vector Enrichment job.static VectorEnrichmentJobErrorTypeVectorEnrichmentJobErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VectorEnrichmentJobErrorTypeVectorEnrichmentJobErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorEnrichmentJobErrorType[]VectorEnrichmentJobErrorType. 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 VectorEnrichmentJobErrorType Modifier and Type Method Description static Set<VectorEnrichmentJobErrorType>VectorEnrichmentJobErrorType. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobErrorType Modifier and Type Method Description VectorEnrichmentJobErrorDetails.BuilderVectorEnrichmentJobErrorDetails.Builder. errorType(VectorEnrichmentJobErrorType errorType)The type of error generated during the Vector Enrichment job.
-