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,["# Vertex AI v1beta1 API - Class CompletionStats (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CompletionStats)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.CompletionStats) \n\n public sealed class CompletionStats : IMessage\u003cCompletionStats\u003e, IEquatable\u003cCompletionStats\u003e, IDeepCloneable\u003cCompletionStats\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class CompletionStats.\n\nSuccess and error statistics of processing multiple entities\n(for example, DataItems or structured data rows) in batch. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompletionStats \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CompletionStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CompletionStats), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompletionStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CompletionStats), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompletionStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CompletionStats), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### CompletionStats()\n\n public CompletionStats()\n\n### CompletionStats(CompletionStats)\n\n public CompletionStats(CompletionStats other)\n\nProperties\n----------\n\n### FailedCount\n\n public long FailedCount { get; set; }\n\nOutput only. The number of entities for which any error was encountered.\n\n### IncompleteCount\n\n public long IncompleteCount { get; set; }\n\nOutput only. In cases when enough errors are encountered a job, pipeline,\nor operation may be failed as a whole. Below is the number of entities for\nwhich the processing had not been finished (either in successful or failed\nstate). Set to -1 if the number is unknown (for example, the operation\nfailed before the total entity number could be collected).\n\n### SuccessfulCount\n\n public long SuccessfulCount { get; set; }\n\nOutput only. The number of entities that had been processed successfully.\n\n### SuccessfulForecastPointCount\n\n public long SuccessfulForecastPointCount { get; set; }\n\nOutput only. The number of the successful forecast points that are\ngenerated by the forecasting model. This is ONLY used by the forecasting\nbatch prediction."]]