| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.builder() |
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.groupBy(GroupBy groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.groupBy(String groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statistics(Collection<TemporalStatistics> statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statistics(TemporalStatistics... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statisticsWithStrings(Collection<String> statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statisticsWithStrings(String... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.targetBands(Collection<String> targetBands)
The list of target band names for the temporal statistic to calculate.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.targetBands(String... targetBands)
The list of target band names for the temporal statistic to calculate.
|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemporalStatisticsConfigInput.Builder> |
TemporalStatisticsConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static JobConfigInput |
JobConfigInput.fromTemporalStatisticsConfig(Consumer<TemporalStatisticsConfigInput.Builder> temporalStatisticsConfig)
Create an instance of this class with
JobConfigInput.temporalStatisticsConfig() initialized to the given value. |
default JobConfigInput.Builder |
JobConfigInput.Builder.temporalStatisticsConfig(Consumer<TemporalStatisticsConfigInput.Builder> temporalStatisticsConfig)
An object containing information about the job configuration for temporal statistics.
|
Copyright © 2023. All rights reserved.