public sealed class SupervisedTuningDataStats : IMessage<SupervisedTuningDataStats>, IEquatable<SupervisedTuningDataStats>, IDeepCloneable<SupervisedTuningDataStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SupervisedTuningDataStats.
public long TotalTruncatedExampleCount { get; set; }
Output only. The number of examples in the dataset that have been dropped.
An example can be dropped for reasons including: too many tokens, contains
an invalid image, contains too many images, etc.
[[["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 document provides reference information for the \u003ccode\u003eSupervisedTuningDataStats\u003c/code\u003e class, a part of the Vertex AI v1beta1 API, specifically within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSupervisedTuningDataStats\u003c/code\u003e class is designed to hold and manage statistical information about tuning data utilized in Supervised Tuning operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties like \u003ccode\u003eTotalBillableCharacterCount\u003c/code\u003e, \u003ccode\u003eTotalBillableTokenCount\u003c/code\u003e, and \u003ccode\u003eTuningDatasetExampleCount\u003c/code\u003e, which are all output-only metrics relevant to the dataset's characteristics.\u003c/p\u003e\n"],["\u003cp\u003eIt also contains properties such as \u003ccode\u003eTruncatedExampleIndices\u003c/code\u003e and \u003ccode\u003eUserDatasetExamples\u003c/code\u003e to give information on truncated examples, and provide sample user messages in the dataset.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSupervisedTuningDatasetDistribution\u003c/code\u003e is used to provide dataset distribution properties for User Input, User Output, and User Message Per Example tokens.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class SupervisedTuningDataStats (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.SupervisedTuningDataStats)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.SupervisedTuningDataStats) \n\n public sealed class SupervisedTuningDataStats : IMessage\u003cSupervisedTuningDataStats\u003e, IEquatable\u003cSupervisedTuningDataStats\u003e, IDeepCloneable\u003cSupervisedTuningDataStats\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class SupervisedTuningDataStats.\n\nTuning data statistics for Supervised Tuning. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SupervisedTuningDataStats \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SupervisedTuningDataStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SupervisedTuningDataStats), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SupervisedTuningDataStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SupervisedTuningDataStats), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SupervisedTuningDataStats](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SupervisedTuningDataStats), [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### SupervisedTuningDataStats()\n\n public SupervisedTuningDataStats()\n\n### SupervisedTuningDataStats(SupervisedTuningDataStats)\n\n public SupervisedTuningDataStats(SupervisedTuningDataStats other)\n\nProperties\n----------\n\n### DroppedExampleReasons\n\n public RepeatedField\u003cstring\u003e DroppedExampleReasons { get; }\n\nOutput only. For each index in `truncated_example_indices`, the user-facing\nreason why the example was dropped.\n\n### TotalBillableCharacterCount\n\n [Obsolete]\n public long TotalBillableCharacterCount { get; set; }\n\nOutput only. Number of billable characters in the tuning dataset.\n\n### TotalBillableTokenCount\n\n public long TotalBillableTokenCount { get; set; }\n\nOutput only. Number of billable tokens in the tuning dataset.\n\n### TotalTruncatedExampleCount\n\n public long TotalTruncatedExampleCount { get; set; }\n\nOutput only. The number of examples in the dataset that have been dropped.\nAn example can be dropped for reasons including: too many tokens, contains\nan invalid image, contains too many images, etc.\n\n### TotalTuningCharacterCount\n\n public long TotalTuningCharacterCount { get; set; }\n\nOutput only. Number of tuning characters in the tuning dataset.\n\n### TruncatedExampleIndices\n\n public RepeatedField\u003clong\u003e TruncatedExampleIndices { get; }\n\nOutput only. A partial sample of the indices (starting from 1) of the\ndropped examples.\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 SupervisedTuningDatasetDistribution UserInputTokenDistribution { get; set; }\n\nOutput only. Dataset distributions for the user input tokens.\n\n### UserMessagePerExampleDistribution\n\n public SupervisedTuningDatasetDistribution UserMessagePerExampleDistribution { get; set; }\n\nOutput only. Dataset distributions for the messages per example.\n\n### UserOutputTokenDistribution\n\n public SupervisedTuningDatasetDistribution UserOutputTokenDistribution { get; set; }\n\nOutput only. Dataset distributions for the user output tokens."]]