public sealed class SupervisedTuningSpec : IMessage<SupervisedTuningSpec>, IEquatable<SupervisedTuningSpec>, IDeepCloneable<SupervisedTuningSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SupervisedTuningSpec.
Tuning Spec for Supervised Tuning for first party models.
[[["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-21 UTC."],[[["The `SupervisedTuningSpec` class is part of the Vertex AI v1beta1 API and is used for supervised tuning of first-party models, with the latest version being 1.0.0-beta21."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checking, and deep cloning."],["The `SupervisedTuningSpec` class includes properties for managing tuning parameters, such as `HyperParameters` of type `SupervisedHyperParameters` and the paths to the training dataset (`TrainingDatasetUri`) and the validation dataset (`ValidationDatasetUri`)."],["Both the training and validation datasets for tuning, specified by their respective URIs, must be formatted as JSONL files."],["The `SupervisedTuningSpec` class offers two constructors, a default one and one that accepts another `SupervisedTuningSpec` object for creating a new instance with the same attributes."]]],[]]