DescribePredictorResponse constructor

DescribePredictorResponse({
  1. String? algorithmArn,
  2. List<String>? autoMLAlgorithmArns,
  3. DateTime? creationTime,
  4. List<String>? datasetImportJobArns,
  5. EncryptionConfig? encryptionConfig,
  6. EvaluationParameters? evaluationParameters,
  7. FeaturizationConfig? featurizationConfig,
  8. int? forecastHorizon,
  9. List<String>? forecastTypes,
  10. HyperParameterTuningJobConfig? hPOConfig,
  11. InputDataConfig? inputDataConfig,
  12. DateTime? lastModificationTime,
  13. String? message,
  14. bool? performAutoML,
  15. bool? performHPO,
  16. String? predictorArn,
  17. PredictorExecutionDetails? predictorExecutionDetails,
  18. String? predictorName,
  19. String? status,
  20. Map<String, String>? trainingParameters,
})

Implementation

DescribePredictorResponse({
  this.algorithmArn,
  this.autoMLAlgorithmArns,
  this.creationTime,
  this.datasetImportJobArns,
  this.encryptionConfig,
  this.evaluationParameters,
  this.featurizationConfig,
  this.forecastHorizon,
  this.forecastTypes,
  this.hPOConfig,
  this.inputDataConfig,
  this.lastModificationTime,
  this.message,
  this.performAutoML,
  this.performHPO,
  this.predictorArn,
  this.predictorExecutionDetails,
  this.predictorName,
  this.status,
  this.trainingParameters,
});