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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The `SupervisedHyperParameters` class in the Google Cloud AI Platform v1beta1 API provides a structure for defining hyperparameters for Supervised Fine-Tuning (SFT)."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within this class include `AdapterSize`, `EpochCount`, and `LearningRateMultiplier`, allowing for customization of adapter size, the number of training epochs, and learning rate adjustment."],["There are two constructors available for creating a `SupervisedHyperParameters` object, one default and one that takes another `SupervisedHyperParameters` instance."],["The `SupervisedHyperParameters` class is contained within the `Google.Cloud.AIPlatform.V1Beta1` namespace, located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]