| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.clone() |
TemporalStatisticsConfigInput |
JobConfigInput.getTemporalStatisticsConfig()
An object containing information about the job configuration for temporal statistics.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withGroupBy(GroupBy groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withGroupBy(String groupBy)
The input for the temporal statistics grouping by time frequency option.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withStatistics(Collection<String> statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withStatistics(String... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withStatistics(TemporalStatistics... statistics)
The list of the statistics method options.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withTargetBands(Collection<String> targetBands)
The list of target band names for the temporal statistic to calculate.
|
TemporalStatisticsConfigInput |
TemporalStatisticsConfigInput.withTargetBands(String... targetBands)
The list of target band names for the temporal statistic to calculate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobConfigInput.setTemporalStatisticsConfig(TemporalStatisticsConfigInput temporalStatisticsConfig)
An object containing information about the job configuration for temporal statistics.
|
JobConfigInput |
JobConfigInput.withTemporalStatisticsConfig(TemporalStatisticsConfigInput temporalStatisticsConfig)
An object containing information about the job configuration for temporal statistics.
|
Copyright © 2024. All rights reserved.