public sealed class SupervisedHyperParameters : IMessage<SupervisedHyperParameters>, IEquatable<SupervisedHyperParameters>, IDeepCloneable<SupervisedHyperParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SupervisedHyperParameters.
Hyperparameters for SFT.
Implements
IMessageSupervisedHyperParameters, IEquatableSupervisedHyperParameters, IDeepCloneableSupervisedHyperParameters, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |