PredictorBacktestExportJobSummary class

Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs operation. To get a complete set of properties, call the DescribePredictorBacktestExportJob operation, and provide the listed PredictorBacktestExportJobArn.

Constructors

PredictorBacktestExportJobSummary({DateTime? creationTime, DataDestination? destination, DateTime? lastModificationTime, String? message, String? predictorBacktestExportJobArn, String? predictorBacktestExportJobName, String? status})
PredictorBacktestExportJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the predictor backtest export job was created.
final
destination DataDestination?
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
When the last successful export job finished.
final
message String?
Information about any errors that may have occurred during the backtest export.
final
predictorBacktestExportJobArn String?
The Amazon Resource Name (ARN) of the predictor backtest export job.
final
predictorBacktestExportJobName String?
The name of the predictor backtest export job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the predictor backtest export job. States include:
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

Operators

operator ==(Object other) bool
The equality operator.
inherited