DescribePredictorBacktestExportJobResponse class
Constructors
- DescribePredictorBacktestExportJobResponse({DateTime? creationTime, DataDestination? destination, DateTime? lastModificationTime, String? message, String? predictorArn, String? predictorBacktestExportJobArn, String? predictorBacktestExportJobName, String? status})
-
DescribePredictorBacktestExportJobResponse.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
- predictorArn → String?
-
The Amazon Resource Name (ARN) of the predictor.
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