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-25 UTC."],[[["The `SupervisedHyperParameters` class in the Cloud AI Platform v1beta1 API is designed for managing hyperparameters specifically for Supervised Fine-Tuning (SFT)."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The class offers configurable properties such as `AdapterSize`, `EpochCount`, and `LearningRateMultiplier` to adjust model training, tuning, and the learning process."],["There are two constructor options for the `SupervisedHyperParameters` class: a default constructor and a copy constructor, allowing for object instantiation and cloning."],["The class is located in the namespace `Google.Cloud.AIPlatform.V1Beta1`, contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]