public sealed class DatasetDistribution : IMessage<DatasetDistribution>, IEquatable<DatasetDistribution>, IDeepCloneable<DatasetDistribution>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DatasetDistribution.
[[["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\u003eThe \u003ccode\u003eDatasetDistribution\u003c/code\u003e class, part of the Vertex AI v1beta1 API, represents the distribution computed over a tuning dataset.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to get the hash code, type, and string representation, along with constructors for creating new instances and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eBuckets\u003c/code\u003e (histogram bucket definition), \u003ccode\u003eMax\u003c/code\u003e, \u003ccode\u003eMean\u003c/code\u003e, \u003ccode\u003eMedian\u003c/code\u003e, \u003ccode\u003eMin\u003c/code\u003e, \u003ccode\u003eP5\u003c/code\u003e, \u003ccode\u003eP95\u003c/code\u003e, and \u003ccode\u003eSum\u003c/code\u003e, which offer statistical insights into the dataset distribution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatasetDistribution\u003c/code\u003e can only output statistical information such as the min, max, median, mean, sum and buckets.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class DatasetDistribution (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.DatasetDistribution)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.DatasetDistribution) \n\n public sealed class DatasetDistribution : IMessage\u003cDatasetDistribution\u003e, IEquatable\u003cDatasetDistribution\u003e, IDeepCloneable\u003cDatasetDistribution\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class DatasetDistribution.\n\nDistribution computed over a tuning dataset. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DatasetDistribution \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DatasetDistribution](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetDistribution), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DatasetDistribution](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetDistribution), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DatasetDistribution](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetDistribution), [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### DatasetDistribution()\n\n public DatasetDistribution()\n\n### DatasetDistribution(DatasetDistribution)\n\n public DatasetDistribution(DatasetDistribution other)\n\nProperties\n----------\n\n### Buckets\n\n public RepeatedField\u003cDatasetDistribution.Types.DistributionBucket\u003e Buckets { get; }\n\nOutput only. Defines the histogram bucket.\n\n### Max\n\n public double Max { get; set; }\n\nOutput only. The maximum of the population values.\n\n### Mean\n\n public double Mean { get; set; }\n\nOutput only. The arithmetic mean of the values in the population.\n\n### Median\n\n public double Median { get; set; }\n\nOutput only. The median of the values in the population.\n\n### Min\n\n public double Min { get; set; }\n\nOutput only. The minimum of the population values.\n\n### P5\n\n public double P5 { get; set; }\n\nOutput only. The 5th percentile of the values in the population.\n\n### P95\n\n public double P95 { get; set; }\n\nOutput only. The 95th percentile of the values in the population.\n\n### Sum\n\n public double Sum { get; set; }\n\nOutput only. Sum of a given population of values."]]