[[["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-28 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eDatasetStats\u003c/code\u003e class within the Vertex AI v1beta1 API, which is designed to provide statistics about a dataset used for tuning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatasetStats\u003c/code\u003e class 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, allowing it to be used with various data handling and serialization operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDatasetStats\u003c/code\u003e class include counts of billable and tuning characters, examples, and steps, as well as distributions for user input/output tokens and messages per example.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatasetStats\u003c/code\u003e class has a constructor that accepts another \u003ccode\u003eDatasetStats\u003c/code\u003e object, allowing for the easy creation of a new \u003ccode\u003eDatasetStats\u003c/code\u003e object based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class DatasetStats (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.DatasetStats)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.DatasetStats) \n\n public sealed class DatasetStats : IMessage\u003cDatasetStats\u003e, IEquatable\u003cDatasetStats\u003e, IDeepCloneable\u003cDatasetStats\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class DatasetStats.\n\nStatistics computed over a tuning dataset. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DatasetStats \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DatasetStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetStats), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DatasetStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetStats), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DatasetStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetStats), [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### DatasetStats()\n\n public DatasetStats()\n\n### DatasetStats(DatasetStats)\n\n public DatasetStats(DatasetStats other)\n\nProperties\n----------\n\n### TotalBillableCharacterCount\n\n public long TotalBillableCharacterCount { get; set; }\n\nOutput only. Number of billable characters in the tuning dataset.\n\n### TotalTuningCharacterCount\n\n public long TotalTuningCharacterCount { get; set; }\n\nOutput only. Number of tuning characters in the tuning dataset.\n\n### TuningDatasetExampleCount\n\n public long TuningDatasetExampleCount { get; set; }\n\nOutput only. Number of examples in the tuning dataset.\n\n### TuningStepCount\n\n public long TuningStepCount { get; set; }\n\nOutput only. Number of tuning steps for this Tuning Job.\n\n### UserDatasetExamples\n\n public RepeatedField\u003cContent\u003e UserDatasetExamples { get; }\n\nOutput only. Sample user messages in the training dataset uri.\n\n### UserInputTokenDistribution\n\n public DatasetDistribution UserInputTokenDistribution { get; set; }\n\nOutput only. Dataset distributions for the user input tokens.\n\n### UserMessagePerExampleDistribution\n\n public DatasetDistribution UserMessagePerExampleDistribution { get; set; }\n\nOutput only. Dataset distributions for the messages per example.\n\n### UserOutputTokenDistribution\n\n public DatasetDistribution UserOutputTokenDistribution { get; set; }\n\nOutput only. Dataset distributions for the user output tokens."]]