GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Forecast::DescribePredictorResponse(3) User Contributed Perl Documentation Paws::Forecast::DescribePredictorResponse(3)

Paws::Forecast::DescribePredictorResponse

The Amazon Resource Name (ARN) of the algorithm used for model training.

When "PerformAutoML" is specified, the ARN of the chosen algorithm.

The AutoML strategy used to train the predictor. Unless "LatencyOptimized" is specified, the AutoML strategy optimizes predictor accuracy.

This parameter is only valid for predictors trained using AutoML.

Valid values are: "LatencyOptimized" =head2 CreationTime => Str

When the model training task was created.

An array of the ARNs of the dataset import jobs used to import training data for the predictor.

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.

The estimated time remaining in minutes for the predictor training job to complete.

Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.

The featurization configuration.

The number of time-steps of the forecast. The forecast horizon is also called the prediction length.

The forecast types used during predictor training. Default value is "["0.1","0.5","0.9"]"

The hyperparameter override values for the algorithm.

Describes the dataset group that contains the data to use to train the predictor.

The last time the resource was modified. The timestamp depends on the status of the job:

  • "CREATE_PENDING" - The "CreationTime".
  • "CREATE_IN_PROGRESS" - The current timestamp.
  • "CREATE_STOPPING" - The current timestamp.
  • "CREATE_STOPPED" - When the job stopped.
  • "ACTIVE" or "CREATE_FAILED" - When the job finished or failed.

If an error occurred, an informational message about the error.

Whether the predictor is set to perform AutoML.

Whether the predictor is set to perform hyperparameter optimization (HPO).

The ARN of the predictor.

Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor. You specify the number of backtests to perform when you call the operation.

The name of the predictor.

The status of the predictor. States include:

  • "ACTIVE"
  • "CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED"
  • "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED"
  • "CREATE_STOPPING", "CREATE_STOPPED"

The "Status" of the predictor must be "ACTIVE" before you can use the predictor to create a forecast.

The default training parameters or overrides selected during model training. When running AutoML or choosing HPO with CNN-QR or DeepAR+, the optimized values for the chosen hyperparameters are returned. For more information, see aws-forecast-choosing-recipes.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.