public sealed class CompletionStats : IMessage<CompletionStats>, IEquatable<CompletionStats>, IDeepCloneable<CompletionStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CompletionStats.
Success and error statistics of processing multiple entities
(for example, DataItems or structured data rows) in batch.
Output only. In cases when enough errors are encountered a job, pipeline,
or operation may be failed as a whole. Below is the number of entities for
which the processing had not been finished (either in successful or failed
state). Set to -1 if the number is unknown (for example, the operation
failed before the total entity number could be collected).
public long SuccessfulForecastPointCount { get; set; }
Output only. The number of the successful forecast points that are
generated by the forecasting model. This is ONLY used by the forecasting
batch prediction.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eCompletionStats\u003c/code\u003e is a class within the Google.Cloud.AIPlatform.V1Beta1 namespace that provides statistics on the success and errors encountered when processing multiple entities in batch.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for use in Google's protocol buffers and for managing message types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompletionStats\u003c/code\u003e class has properties such as \u003ccode\u003eFailedCount\u003c/code\u003e, \u003ccode\u003eIncompleteCount\u003c/code\u003e, and \u003ccode\u003eSuccessfulCount\u003c/code\u003e which all provide the count of entities that have resulted in different outcomes of the processing, as well as \u003ccode\u003eSuccessfulForecastPointCount\u003c/code\u003e, which is used only by the forecasting model batch prediction.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eCompletionStats\u003c/code\u003e, a default constructor, and one that takes another \u003ccode\u003eCompletionStats\u003c/code\u003e instance as a parameter to copy it.\u003c/p\u003e\n"]]],[],null,[]]