Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobDataSourceConfigInput
-
Packages that use VectorEnrichmentJobDataSourceConfigInput Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobDataSourceConfigInput in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobDataSourceConfigInput Modifier and Type Method Description VectorEnrichmentJobDataSourceConfigInputVectorEnrichmentJobInputConfig. dataSourceConfig()The input structure for the data source that represents the storage type of the input data objects.static VectorEnrichmentJobDataSourceConfigInputVectorEnrichmentJobDataSourceConfigInput. fromS3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)Create an instance of this class withs3Data()initialized to the given value.static VectorEnrichmentJobDataSourceConfigInputVectorEnrichmentJobDataSourceConfigInput. fromS3Data(VectorEnrichmentJobS3Data s3Data)Create an instance of this class withs3Data()initialized to the given value.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobDataSourceConfigInput Modifier and Type Method Description VectorEnrichmentJobInputConfig.BuilderVectorEnrichmentJobInputConfig.Builder. dataSourceConfig(VectorEnrichmentJobDataSourceConfigInput dataSourceConfig)The input structure for the data source that represents the storage type of the input data objects.
-