public sealed class DatasetDistribution.Types.DistributionBucket : IMessage<DatasetDistribution.Types.DistributionBucket>, IEquatable<DatasetDistribution.Types.DistributionBucket>, IDeepCloneable<DatasetDistribution.Types.DistributionBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DatasetDistribution.Types.DistributionBucket.
Dataset bucket used to create a histogram for the distribution given a
population of values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation details the `DatasetDistribution.Types.DistributionBucket` class within the Cloud AI Platform v1beta1 API, used for creating histograms from a set of values."],["The `DistributionBucket` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile component."],["It is a part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class has two constructors: a default constructor and one that takes another `DistributionBucket` object for copying, and also has properties named `Count`, `Left`, and `Right`."],["This class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, providing it with standard object functionalities."]]],[]]