Class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions
Options to control foundation model tuning of the processor.
Implements
Inherited Members
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? |