| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.builder() |
VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.Builder.errorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Vector Enrichment job when the error
occurs.
|
VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.Builder.errorType(String errorType)
The type of error generated during the Vector Enrichment job.
|
VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.Builder.errorType(VectorEnrichmentJobErrorType errorType)
The type of error generated during the Vector Enrichment job.
|
VectorEnrichmentJobErrorDetails.Builder |
VectorEnrichmentJobErrorDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VectorEnrichmentJobErrorDetails.Builder> |
VectorEnrichmentJobErrorDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetVectorEnrichmentJobResponse.Builder |
GetVectorEnrichmentJobResponse.Builder.errorDetails(Consumer<VectorEnrichmentJobErrorDetails.Builder> errorDetails)
Details about the errors generated during the Vector Enrichment job.
|
Copyright © 2023. All rights reserved.