DescribePredictorResponse class
Constructors
-
DescribePredictorResponse({String? algorithmArn, List<String>? autoMLAlgorithmArns, DateTime? creationTime, List<String>? datasetImportJobArns, EncryptionConfig? encryptionConfig, EvaluationParameters? evaluationParameters, FeaturizationConfig? featurizationConfig, int? forecastHorizon, List<String>? forecastTypes, HyperParameterTuningJobConfig? hPOConfig, InputDataConfig? inputDataConfig, DateTime? lastModificationTime, String? message, bool? performAutoML, bool? performHPO, String? predictorArn, PredictorExecutionDetails? predictorExecutionDetails, String? predictorName, String? status, Map<String, String>? trainingParameters})
-
-
DescribePredictorResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
algorithmArn
→ String?
-
The Amazon Resource Name (ARN) of the algorithm used for model training.
final
-
autoMLAlgorithmArns
→ List<String>?
-
When
PerformAutoML
is specified, the ARN of the chosen
algorithm.
final
-
creationTime
→ DateTime?
-
When the model training task was created.
final
-
datasetImportJobArns
→ List<String>?
-
An array of the ARNs of the dataset import jobs used to import training data
for the predictor.
final
-
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.
final
-
evaluationParameters
→ EvaluationParameters?
-
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.
final
-
featurizationConfig
→ FeaturizationConfig?
-
The featurization configuration.
final
-
forecastHorizon
→ int?
-
The number of time-steps of the forecast. The forecast horizon is also
called the prediction length.
final
-
forecastTypes
→ List<String>?
-
The forecast types used during predictor training. Default value is
"0.1","0.5","0.9"
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hPOConfig
→ HyperParameterTuningJobConfig?
-
The hyperparameter override values for the algorithm.
final
-
inputDataConfig
→ InputDataConfig?
-
Describes the dataset group that contains the data to use to train the
predictor.
final
-
lastModificationTime
→ DateTime?
-
Initially, the same as
CreationTime
(when the status is
CREATE_PENDING
). This value is updated when training starts
(when the status changes to CREATE_IN_PROGRESS
), and when
training has completed (when the status changes to ACTIVE
) or
fails (when the status changes to CREATE_FAILED
).
final
-
message
→ String?
-
If an error occurred, an informational message about the error.
final
-
performAutoML
→ bool?
-
Whether the predictor is set to perform AutoML.
final
-
performHPO
→ bool?
-
Whether the predictor is set to perform hyperparameter optimization (HPO).
final
-
predictorArn
→ String?
-
The ARN of the predictor.
final
-
predictorExecutionDetails
→ PredictorExecutionDetails?
-
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.
final
-
predictorName
→ String?
-
The name of the predictor.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ String?
-
The status of the predictor. States include:
final
-
trainingParameters
→ Map<String, String>?
-
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.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited