| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobDocumentType |
VectorEnrichmentJobInputConfig.documentType()
The input structure that defines the data source file type.
|
static VectorEnrichmentJobDocumentType |
VectorEnrichmentJobDocumentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VectorEnrichmentJobDocumentType |
VectorEnrichmentJobDocumentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VectorEnrichmentJobDocumentType> |
VectorEnrichmentJobDocumentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobInputConfig.Builder |
VectorEnrichmentJobInputConfig.Builder.documentType(VectorEnrichmentJobDocumentType documentType)
The input structure that defines the data source file type.
|
Copyright © 2023. All rights reserved.