| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorResult |
AmazonForecastClient.describePredictor(DescribePredictorRequest request)
Describes a predictor created using the CreatePredictor operation.
|
DescribePredictorResult |
AmazonForecast.describePredictor(DescribePredictorRequest describePredictorRequest)
Describes a predictor created using the CreatePredictor operation.
|
DescribePredictorResult |
AbstractAmazonForecast.describePredictor(DescribePredictorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePredictorResult> |
AmazonForecastAsync.describePredictorAsync(DescribePredictorRequest describePredictorRequest,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler)
Describes a predictor created using the CreatePredictor operation.
|
Future<DescribePredictorResult> |
AmazonForecastAsyncClient.describePredictorAsync(DescribePredictorRequest request,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler) |
Future<DescribePredictorResult> |
AbstractAmazonForecastAsync.describePredictorAsync(DescribePredictorRequest request,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorResult |
DescribePredictorResult.addTrainingParametersEntry(String key,
String value)
Add a single TrainingParameters entry
|
DescribePredictorResult |
DescribePredictorResult.clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.
|
DescribePredictorResult |
DescribePredictorResult.clone() |
DescribePredictorResult |
DescribePredictorResult.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm used for model training.
|
DescribePredictorResult |
DescribePredictorResult.withAutoMLAlgorithmArns(Collection<String> autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
DescribePredictorResult |
DescribePredictorResult.withAutoMLAlgorithmArns(String... autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
DescribePredictorResult |
DescribePredictorResult.withCreationTime(Date creationTime)
When the model training task was created.
|
DescribePredictorResult |
DescribePredictorResult.withDatasetImportJobArns(Collection<String> datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withDatasetImportJobArns(String... datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.
|
DescribePredictorResult |
DescribePredictorResult.withEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
DescribePredictorResult |
DescribePredictorResult.withFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
|
DescribePredictorResult |
DescribePredictorResult.withForecastHorizon(Integer forecastHorizon)
The number of time-steps of the forecast.
|
DescribePredictorResult |
DescribePredictorResult.withHPOConfig(HyperParameterTuningJobConfig hPOConfig)
The hyperparameter override values for the algorithm.
|
DescribePredictorResult |
DescribePredictorResult.withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withLastModificationTime(Date lastModificationTime)
Initially, the same as
CreationTime (when the status is CREATE_PENDING). |
DescribePredictorResult |
DescribePredictorResult.withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribePredictorResult |
DescribePredictorResult.withPerformAutoML(Boolean performAutoML)
Whether the predictor is set to perform AutoML.
|
DescribePredictorResult |
DescribePredictorResult.withPerformHPO(Boolean performHPO)
Whether the predictor is set to perform hyperparameter optimization (HPO).
|
DescribePredictorResult |
DescribePredictorResult.withPredictorArn(String predictorArn)
The ARN of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPredictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPredictorName(String predictorName)
The name of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withStatus(String status)
The status of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withTrainingParameters(Map<String,String> trainingParameters)
The default training parameters or overrides selected during model training.
|
Copyright © 2020. All rights reserved.