public sealed class TuningDataStats : IMessage<TuningDataStats>, IEquatable<TuningDataStats>, IDeepCloneable<TuningDataStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TuningDataStats.
The tuning data statistic values for
[TuningJob][google.cloud.aiplatform.v1.TuningJob].
[[["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 provides reference information for the `TuningDataStats` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `TuningDataStats` class represents the tuning data statistic values associated with a `TuningJob` in the Google Cloud AI Platform."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `TuningDataStats` class has two constructors, one default and another that takes another instance of the class as a parameter, and includes properties to hold `DistillationDataStats` and `SupervisedTuningDataStats`."],["The class further has a property `TuningDataStatsCase` which is of type `TuningDataStatsOneofCase` and is used to identify which data statistics (Distillation or Supervised) are being represented."]]],[]]