public sealed class DistillationDataStats : IMessage<DistillationDataStats>, IEquatable<DistillationDataStats>, IDeepCloneable<DistillationDataStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This page provides reference documentation for the `DistillationDataStats` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `DistillationDataStats` class is used to represent statistics computed for datasets utilized in distillation processes."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like deep cloning and message handling."],["The `DistillationDataStats` class contains a property called `TrainingDatasetStats`, which returns computed statistics for the training dataset, of type `DatasetStats`."],["The class includes two constructors: a parameterless constructor, and one that takes another `DistillationDataStats` object."]]],[]]