DescribePredictorResponse constructor
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,
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,
});