View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions (google_api_document_ai v0.39.0)

Options to control foundation model tuning of the processor.

Attributes

  • learningRateMultiplier (type: number(), default: nil) - 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.
  • trainSteps (type: integer(), default: nil) - Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions{
    learningRateMultiplier: number() | nil,
    trainSteps: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.