| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobType |
VectorEnrichmentJobType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VectorEnrichmentJobType |
GetVectorEnrichmentJobResponse.type()
The type of the Vector Enrichment job being initiated.
|
VectorEnrichmentJobType |
ListVectorEnrichmentJobOutputConfig.type()
The type of the list of Vector Enrichment jobs.
|
VectorEnrichmentJobType |
StartVectorEnrichmentJobResponse.type()
The type of the Vector Enrichment job.
|
static VectorEnrichmentJobType |
VectorEnrichmentJobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorEnrichmentJobType[] |
VectorEnrichmentJobType.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<VectorEnrichmentJobType> |
VectorEnrichmentJobType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetVectorEnrichmentJobResponse.Builder |
GetVectorEnrichmentJobResponse.Builder.type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job being initiated.
|
ListVectorEnrichmentJobOutputConfig.Builder |
ListVectorEnrichmentJobOutputConfig.Builder.type(VectorEnrichmentJobType type)
The type of the list of Vector Enrichment jobs.
|
StartVectorEnrichmentJobResponse.Builder |
StartVectorEnrichmentJobResponse.Builder.type(VectorEnrichmentJobType type)
The type of the Vector Enrichment job.
|
Copyright © 2023. All rights reserved.