Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.TemporalStatisticsConfigInput.Builder
-
Packages that use TemporalStatisticsConfigInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of TemporalStatisticsConfigInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return TemporalStatisticsConfigInput.Builder Modifier and Type Method Description static TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput. builder()TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. groupBy(String groupBy)The input for the temporal statistics grouping by time frequency option.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. groupBy(GroupBy groupBy)The input for the temporal statistics grouping by time frequency option.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statistics(Collection<TemporalStatistics> statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statistics(TemporalStatistics... statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statisticsWithStrings(String... statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statisticsWithStrings(Collection<String> statistics)The list of the statistics method options.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. targetBands(String... targetBands)The list of target band names for the temporal statistic to calculate.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. targetBands(Collection<String> targetBands)The list of target band names for the temporal statistic to calculate.TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type TemporalStatisticsConfigInput.Builder Modifier and Type Method Description static Class<? extends TemporalStatisticsConfigInput.Builder>TemporalStatisticsConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type TemporalStatisticsConfigInput.Builder Modifier and Type Method Description static JobConfigInputJobConfigInput. fromTemporalStatisticsConfig(Consumer<TemporalStatisticsConfigInput.Builder> temporalStatisticsConfig)Create an instance of this class withJobConfigInput.temporalStatisticsConfig()initialized to the given value.default JobConfigInput.BuilderJobConfigInput.Builder. temporalStatisticsConfig(Consumer<TemporalStatisticsConfigInput.Builder> temporalStatisticsConfig)An object containing information about the job configuration for temporal statistics.
-