| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesTransformations |
TimeSeriesTransformations.addAggregationEntry(String key,
String value)
Add a single Aggregation entry
|
TimeSeriesTransformations |
TimeSeriesTransformations.addFillingEntry(String key,
Map<String,String> value)
Add a single Filling entry
|
TimeSeriesTransformations |
TimeSeriesTransformations.clearAggregationEntries()
Removes all the entries added into Aggregation.
|
TimeSeriesTransformations |
TimeSeriesTransformations.clearFillingEntries()
Removes all the entries added into Filling.
|
TimeSeriesTransformations |
TimeSeriesTransformations.clone() |
TimeSeriesTransformations |
TimeSeriesForecastingJobConfig.getTransformations()
The transformations modifying specific attributes of the time-series, such as filling strategies for missing
values.
|
TimeSeriesTransformations |
TimeSeriesTransformations.withAggregation(Map<String,String> aggregation)
A key value pair defining the aggregation method for a column, where the key is the column name and the value is
the aggregation method.
|
TimeSeriesTransformations |
TimeSeriesTransformations.withFilling(Map<String,Map<String,String>> filling)
A key value pair defining the filling method for a column, where the key is the column name and the value is an
object which defines the filling logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesForecastingJobConfig.setTransformations(TimeSeriesTransformations transformations)
The transformations modifying specific attributes of the time-series, such as filling strategies for missing
values.
|
TimeSeriesForecastingJobConfig |
TimeSeriesForecastingJobConfig.withTransformations(TimeSeriesTransformations transformations)
The transformations modifying specific attributes of the time-series, such as filling strategies for missing
values.
|
Copyright © 2024. All rights reserved.