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
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 isCREATE_PENDING
). Updated when training starts (status changed toCREATE_IN_PROGRESS
), and when training is complete (status changed toACTIVE
) or fails (status changed toCREATE_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