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].
Implements
IMessageTuningDataStats, IEquatableTuningDataStats, IDeepCloneableTuningDataStats, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TuningDataStats()
public TuningDataStats()
TuningDataStats(TuningDataStats)
public TuningDataStats(TuningDataStats other)
Parameter | |
---|---|
Name | Description |
other |
TuningDataStats |
Properties
DistillationDataStats
public DistillationDataStats DistillationDataStats { get; set; }
Output only. Statistics for distillation.
Property Value | |
---|---|
Type | Description |
DistillationDataStats |
SupervisedTuningDataStats
public SupervisedTuningDataStats SupervisedTuningDataStats { get; set; }
The SFT Tuning data stats.
Property Value | |
---|---|
Type | Description |
SupervisedTuningDataStats |
TuningDataStatsCase
public TuningDataStats.TuningDataStatsOneofCase TuningDataStatsCase { get; }
Property Value | |
---|---|
Type | Description |
TuningDataStatsTuningDataStatsOneofCase |