Cloud AI Platform v1beta1 API - Class TuningDataStats (1.0.0-beta02)

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].

Inheritance

object > TuningDataStats

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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