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.
The collection of components that defines the time-series.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class TimeSeriesConfig
The TimeSeriesConfig type exposes the following members
Name | Description | |
---|---|---|
![]() |
TimeSeriesConfig() |
Name | Type | Description | |
---|---|---|---|
![]() |
GroupingAttributeNames | System.Collections.Generic.List<System.String> |
Gets and sets the property GroupingAttributeNames. A set of columns names that can be grouped with the item identifier column to create a composite key for which a target value is predicted. |
![]() |
ItemIdentifierAttributeName | System.String |
Gets and sets the property ItemIdentifierAttributeName. The name of the column that represents the set of item identifiers for which you want to predict the target value. |
![]() |
TargetAttributeName | System.String |
Gets and sets the property TargetAttributeName. The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical. |
![]() |
TimestampAttributeName | System.String |
Gets and sets the property TimestampAttributeName. The name of the column indicating a point in time at which the target value of a given item is recorded. |
.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