| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesConfig |
TimeSeriesConfig.clone() |
TimeSeriesConfig |
TimeSeriesForecastingJobConfig.getTimeSeriesConfig()
The collection of components that defines the time-series.
|
TimeSeriesConfig |
TimeSeriesConfig.withGroupingAttributeNames(Collection<String> 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.
|
TimeSeriesConfig |
TimeSeriesConfig.withGroupingAttributeNames(String... 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.
|
TimeSeriesConfig |
TimeSeriesConfig.withItemIdentifierAttributeName(String itemIdentifierAttributeName)
The name of the column that represents the set of item identifiers for which you want to predict the target
value.
|
TimeSeriesConfig |
TimeSeriesConfig.withTargetAttributeName(String targetAttributeName)
The name of the column representing the target variable that you want to predict for each item in your dataset.
|
TimeSeriesConfig |
TimeSeriesConfig.withTimestampAttributeName(String timestampAttributeName)
The name of the column indicating a point in time at which the target value of a given item is recorded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesForecastingJobConfig.setTimeSeriesConfig(TimeSeriesConfig timeSeriesConfig)
The collection of components that defines the time-series.
|
TimeSeriesForecastingJobConfig |
TimeSeriesForecastingJobConfig.withTimeSeriesConfig(TimeSeriesConfig timeSeriesConfig)
The collection of components that defines the time-series.
|
Copyright © 2024. All rights reserved.