PredictorSummary class

Provides a summary of the predictor properties that are used in the ListPredictors operation. To get the complete set of properties, call the DescribePredictor operation, and provide the listed PredictorArn.

Constructors

PredictorSummary({DateTime? creationTime, String? datasetGroupArn, DateTime? lastModificationTime, String? message, String? predictorArn, String? predictorName, String? status})
PredictorSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the model training task was created.
final
datasetGroupArn String?
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
Initially, the same as CreationTime (status is CREATE_PENDING). Updated when training starts (status changed to CREATE_IN_PROGRESS), and when training is complete (status changed to ACTIVE) or fails (status changed to CREATE_FAILED).
final
message String?
If an error occurred, an informational message about the error.
final
predictorArn String?
The ARN of the predictor.
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

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