| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
DescribePredictorResult.getInputDataConfig()
Describes the dataset group that contains the data to use to train the predictor.
|
InputDataConfig |
CreatePredictorRequest.getInputDataConfig()
Describes the dataset group that contains the data to use to train the predictor.
|
InputDataConfig |
InputDataConfig.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
InputDataConfig |
InputDataConfig.withSupplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)
An array of supplementary features.
|
InputDataConfig |
InputDataConfig.withSupplementaryFeatures(SupplementaryFeature... supplementaryFeatures)
An array of supplementary features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePredictorResult.setInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
void |
CreatePredictorRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
CreatePredictorRequest |
CreatePredictorRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
Copyright © 2021. All rights reserved.