| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobErrorType |
VectorEnrichmentJobErrorDetails.errorType()
The type of error generated during the Vector Enrichment job.
|
static VectorEnrichmentJobErrorType |
VectorEnrichmentJobErrorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VectorEnrichmentJobErrorType |
VectorEnrichmentJobErrorType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VectorEnrichmentJobErrorType> |
VectorEnrichmentJobErrorType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.Builder.errorType(VectorEnrichmentJobErrorType errorType)
The type of error generated during the Vector Enrichment job.
|
Copyright © 2023. All rights reserved.