Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ZonalStatisticsConfigInput
-
Packages that use ZonalStatisticsConfigInput Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ZonalStatisticsConfigInput in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ZonalStatisticsConfigInput Modifier and Type Method Description ZonalStatisticsConfigInputJobConfigInput. zonalStatisticsConfig()An object containing information about the job configuration for zonal statistics.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type ZonalStatisticsConfigInput Modifier and Type Method Description static JobConfigInputJobConfigInput. fromZonalStatisticsConfig(ZonalStatisticsConfigInput zonalStatisticsConfig)Create an instance of this class withJobConfigInput.zonalStatisticsConfig()initialized to the given value.JobConfigInput.BuilderJobConfigInput.Builder. zonalStatisticsConfig(ZonalStatisticsConfigInput zonalStatisticsConfig)An object containing information about the job configuration for zonal statistics.
-