Cloud AI Platform v1 API - Class SupervisedHyperParameters (2.27.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 training epoches for this tuning job.

Property Value
Type Description
long

LearningRateMultiplier

public double LearningRateMultiplier { get; set; }

Optional. Learning rate multiplier for tuning.

Property Value
Type Description
double