| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromMapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)
Create an instance of this class with
mapMatchingConfig() initialized to the given value. |
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromMapMatchingConfig(MapMatchingConfig mapMatchingConfig)
Create an instance of this class with
mapMatchingConfig() initialized to the given value. |
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromReverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)
Create an instance of this class with
reverseGeocodingConfig() initialized to the given value. |
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
Create an instance of this class with
reverseGeocodingConfig() initialized to the given value. |
VectorEnrichmentJobConfig |
GetVectorEnrichmentJobResponse.jobConfig()
An object containing information about the job configuration.
|
VectorEnrichmentJobConfig |
StartVectorEnrichmentJobRequest.jobConfig()
An object containing information about the job configuration.
|
VectorEnrichmentJobConfig |
StartVectorEnrichmentJobResponse.jobConfig()
An object containing information about the job configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetVectorEnrichmentJobResponse.Builder |
GetVectorEnrichmentJobResponse.Builder.jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobRequest.Builder |
StartVectorEnrichmentJobRequest.Builder.jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobResponse.Builder |
StartVectorEnrichmentJobResponse.Builder.jobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
Copyright © 2023. All rights reserved.