Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions

Options to control foundation model tuning of the processor.

Inheritance
object
GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LearningRateMultiplier

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.

Declaration
[JsonProperty("learningRateMultiplier")]
public virtual float? LearningRateMultiplier { get; set; }
Property Value
Type Description
float?

TrainSteps

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.

Declaration
[JsonProperty("trainSteps")]
public virtual int? TrainSteps { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX