AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.TimeSeriesConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class TimeSeriesConfig

The TimeSeriesConfig type exposes the following members

Constructors

NameDescription
Public Method TimeSeriesConfig()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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