Cloud AI Platform v1 API - Class SupervisedHyperParameters (3.0.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class SupervisedHyperParameters.

Hyperparameters for SFT.

Inheritance

object > SupervisedHyperParameters

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SupervisedHyperParameters()

public SupervisedHyperParameters()

SupervisedHyperParameters(SupervisedHyperParameters)

public SupervisedHyperParameters(SupervisedHyperParameters other)
Parameter
Name Description
other SupervisedHyperParameters

Properties

AdapterSize

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

Optional. Adapter size for tuning.

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

LearningRateMultiplier

public double LearningRateMultiplier { get; set; }

Optional. Multiplier for adjusting the default learning rate.

Property Value
Type Description
double