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-03-25 UTC."],[[["This documentation covers the `DistillationDataStats` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["The `DistillationDataStats` class is a sealed class that provides statistics computed for datasets used in distillation processes."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities within the Google Protobuf library."],["The class offers two constructors, one default and another to copy from an existing `DistillationDataStats` object."],["The `TrainingDatasetStats` property provides output-only statistics specifically for the training dataset used in distillation, represented by the `DatasetStats` type."]]],[]]