| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobDataSourceConfigInput |
VectorEnrichmentJobInputConfig.dataSourceConfig()
The input structure for the data source that represents the storage type of the input data objects.
|
static VectorEnrichmentJobDataSourceConfigInput |
VectorEnrichmentJobDataSourceConfigInput.fromS3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
Create an instance of this class with
s3Data() initialized to the given value. |
static VectorEnrichmentJobDataSourceConfigInput |
VectorEnrichmentJobDataSourceConfigInput.fromS3Data(VectorEnrichmentJobS3Data s3Data)
Create an instance of this class with
s3Data() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
VectorEnrichmentJobInputConfig.Builder |
VectorEnrichmentJobInputConfig.Builder.dataSourceConfig(VectorEnrichmentJobDataSourceConfigInput dataSourceConfig)
The input structure for the data source that represents the storage type of the input data objects.
|
Copyright © 2023. All rights reserved.