Class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions
Options to control foundation model tuning of the processor.
Inheritance
GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions : 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? |
PreviousFineTunedProcessorVersionName
Optional. Resource name of a previously fine tuned version id to copy the overwritten configs from. The
base_processor_version should be newer than the base processor version used to fine tune this provided
processor version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
Declaration
[JsonProperty("previousFineTunedProcessorVersionName")]
public virtual string PreviousFineTunedProcessorVersionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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? |