AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Transformations allowed on the dataset. Supported transformations are Filling
and Aggregation. Filling specifies how to add values to missing values
in the dataset. Aggregation defines how to aggregate data that does not align
with forecast frequency.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class TimeSeriesTransformations
The TimeSeriesTransformations type exposes the following members
| Name | Description | |
|---|---|---|
|
TimeSeriesTransformations() |
| Name | Type | Description | |
|---|---|---|---|
|
Aggregation | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property 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.
The supported aggregation methods are Aggregation is only supported for the target column. |
|
Filling | System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>> |
Gets and sets the property 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. You can specify multiple filling methods for a single column. The supported filling methods and their corresponding options are:
To set a filling method to a specific value, set the fill parameter to the chosen
filling method value (for example |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5