public sealed class SupervisedTuningSpec : IMessage<SupervisedTuningSpec>, IEquatable<SupervisedTuningSpec>, IDeepCloneable<SupervisedTuningSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SupervisedTuningSpec.
[[["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-04-09 UTC."],[[["`SupervisedTuningSpec` is a class in the Cloud AI Platform v1beta1 API designed for supervised tuning and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The `SupervisedTuningSpec` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `object` being its base class."],["This class requires a `TrainingDatasetUri`, which is a Cloud Storage path to a JSONL formatted file containing the training dataset."],["It also includes an optional `ValidationDatasetUri` for validation data, and a `HyperParameters` property of type `SupervisedHyperParameters` that can be set for SFT (Supervised Fine-Tuning)."],["The `SupervisedTuningSpec` class has two constructors: a parameterless one and one that accepts another `SupervisedTuningSpec` object as a parameter."]]],[]]