| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
PredictorSummary |
PredictorSummary.clone() |
PredictorSummary |
PredictorSummary.withCreationTime(Date creationTime)
When the model training task was created.
|
PredictorSummary |
PredictorSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
|
PredictorSummary |
PredictorSummary.withLastModificationTime(Date lastModificationTime)
Initially, the same as
CreationTime (status is CREATE_PENDING). |
PredictorSummary |
PredictorSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
PredictorSummary |
PredictorSummary.withPredictorArn(String predictorArn)
The ARN of the predictor.
|
PredictorSummary |
PredictorSummary.withPredictorName(String predictorName)
The name of the predictor.
|
PredictorSummary |
PredictorSummary.withStatus(String status)
The status of the predictor.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictorSummary> |
ListPredictorsResult.getPredictors()
An array of objects that summarize each predictor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListPredictorsResult |
ListPredictorsResult.withPredictors(PredictorSummary... predictors)
An array of objects that summarize each predictor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPredictorsResult.setPredictors(Collection<PredictorSummary> predictors)
An array of objects that summarize each predictor's properties.
|
ListPredictorsResult |
ListPredictorsResult.withPredictors(Collection<PredictorSummary> predictors)
An array of objects that summarize each predictor's properties.
|
Copyright © 2021. All rights reserved.