public sealed class TrainProcessorVersionRequest.Types.FoundationModelTuningOptions : IMessage<TrainProcessorVersionRequest.Types.FoundationModelTuningOptions>, IEquatable<TrainProcessorVersionRequest.Types.FoundationModelTuningOptions>, IDeepCloneable<TrainProcessorVersionRequest.Types.FoundationModelTuningOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class TrainProcessorVersionRequest.Types.FoundationModelTuningOptions.
Options to control foundation model tuning of the processor.
Optional. The multiplier to apply to the recommended learning rate. Valid
values are between 0.1 and 10. If not provided, recommended learning rate
will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["This document provides reference documentation for the `TrainProcessorVersionRequest.Types.FoundationModelTuningOptions` class within the Google Cloud Document AI v1 API, specifically for version 3.18.0."],["The `FoundationModelTuningOptions` class offers options for controlling the tuning of foundation models in the document processing workflow."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["Key properties of `FoundationModelTuningOptions` include `LearningRateMultiplier`, which allows adjustment of the learning rate, and `TrainSteps`, which controls the number of steps used for model tuning, each with their own validation ranges."],["There are many previous versions available to reference of the `TrainProcessorVersionRequest.Types.FoundationModelTuningOptions` class, as far back as version 1.0.0, and as current as 3.19.0, with 3.19.0 being the latest release."]]],[]]