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.
Implements
IMessageDistillationDataStats, IEquatableDistillationDataStats, IDeepCloneableDistillationDataStats, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DistillationDataStats()
public DistillationDataStats()
DistillationDataStats(DistillationDataStats)
public DistillationDataStats(DistillationDataStats other)
Parameter | |
---|---|
Name | Description |
other |
DistillationDataStats |
Properties
TrainingDatasetStats
public DatasetStats TrainingDatasetStats { get; set; }
Output only. Statistics computed for the training dataset.
Property Value | |
---|---|
Type | Description |
DatasetStats |