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