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

public sealed class DistillationHyperParameters : IMessage<DistillationHyperParameters>, IEquatable<DistillationHyperParameters>, IDeepCloneable<DistillationHyperParameters>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DistillationHyperParameters.

Hyperparameters for Distillation.

Inheritance

object > DistillationHyperParameters

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

DistillationHyperParameters()

public DistillationHyperParameters()

DistillationHyperParameters(DistillationHyperParameters)

public DistillationHyperParameters(DistillationHyperParameters other)
Parameter
Name Description
other DistillationHyperParameters

Properties

AdapterSize

public SupervisedHyperParameters.Types.AdapterSize AdapterSize { get; set; }

Optional. Adapter size for distillation.

Property Value
Type Description
SupervisedHyperParametersTypesAdapterSize

EpochCount

public long EpochCount { get; set; }

Optional. Number of complete passes the model makes over the entire training dataset during training.

Property Value
Type Description
long

HasEpochCount

public bool HasEpochCount { get; }

Gets whether the "epoch_count" field is set

Property Value
Type Description
bool

HasLearningRateMultiplier

public bool HasLearningRateMultiplier { get; }

Gets whether the "learning_rate_multiplier" field is set

Property Value
Type Description
bool

LearningRateMultiplier

public double LearningRateMultiplier { get; set; }

Optional. Multiplier for adjusting the default learning rate.

Property Value
Type Description
double