DescribePredictorResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The LatencyOptimized AutoML override strategy is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

Link copied to clipboard

When the model training task was created.

Link copied to clipboard

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

Link copied to clipboard

An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The featurization configuration.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The hyperparameter override values for the algorithm.

Link copied to clipboard

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

Link copied to clipboard

Whether the predictor was created with CreateAutoPredictor.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The accuracy metric used to optimize the predictor.

Link copied to clipboard

Whether the predictor is set to perform AutoML.

Link copied to clipboard

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

Link copied to clipboard

The ARN of the predictor.

Link copied to clipboard

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.

Link copied to clipboard

The name of the predictor.

Link copied to clipboard

The status of the predictor. States include:

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String