GoogleCloudAiplatformV1CompletionStats class

Success and error statistics of processing multiple entities (for example, DataItems or structured data rows) in batch.

Constructors

GoogleCloudAiplatformV1CompletionStats({String? failedCount, String? incompleteCount, String? successfulCount, String? successfulForecastPointCount})
GoogleCloudAiplatformV1CompletionStats.fromJson(Map json_)

Properties

failedCount String?
The number of entities for which any error was encountered.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
incompleteCount String?
In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successfulCount String?
The number of entities that had been processed successfully.
getter/setter pair
successfulForecastPointCount String?
The number of the successful forecast points that are generated by the forecasting model.
getter/setter pair

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