public sealed class DistillationDataStats : IMessage<DistillationDataStats>, IEquatable<DistillationDataStats>, IDeepCloneable<DistillationDataStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DistillationDataStats.
Statistics computed for datasets used for distillation.
[[["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-03-21 UTC."],[[["This document provides reference information for the `DistillationDataStats` class within the Vertex AI v1beta1 API, specifically in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["The `DistillationDataStats` class is used to represent statistics computed for datasets involved in distillation processes, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this class is 1.0.0-beta21, which is accessible via a direct link, while an older version 1.0.0-beta20, is available as well."],["It inherits from the base object class, and provides a `TrainingDatasetStats` property, which is an output-only statistic computed specifically for the training dataset, represented by the `DatasetStats` class."]]],[]]