Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobS3Data
-
Packages that use VectorEnrichmentJobS3Data Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobS3Data in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobS3Data Modifier and Type Method Description VectorEnrichmentJobS3DataExportVectorEnrichmentJobOutputConfig. s3Data()The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.VectorEnrichmentJobS3DataVectorEnrichmentJobDataSourceConfigInput. s3Data()The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type VectorEnrichmentJobS3Data Modifier and Type Method Description static VectorEnrichmentJobDataSourceConfigInputVectorEnrichmentJobDataSourceConfigInput. fromS3Data(VectorEnrichmentJobS3Data s3Data)Create an instance of this class withVectorEnrichmentJobDataSourceConfigInput.s3Data()initialized to the given value.ExportVectorEnrichmentJobOutputConfig.BuilderExportVectorEnrichmentJobOutputConfig.Builder. s3Data(VectorEnrichmentJobS3Data s3Data)The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.VectorEnrichmentJobDataSourceConfigInput.BuilderVectorEnrichmentJobDataSourceConfigInput.Builder. s3Data(VectorEnrichmentJobS3Data s3Data)The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
-