GoogleCloudMlV1PredictionOutput class

Represents results of a prediction job.

Constructors

GoogleCloudMlV1PredictionOutput({String? errorCount, double? nodeHours, String? outputPath, String? predictionCount})
GoogleCloudMlV1PredictionOutput.fromJson(Map json_)

Properties

errorCount String?
The number of data instances which resulted in errors.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeHours double?
Node hours used by the batch prediction job.
getter/setter pair
outputPath String?
The output Google Cloud Storage location provided at the job creation time.
getter/setter pair
predictionCount String?
The number of generated predictions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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