Class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
Information for a pretrained Google-managed foundation model.
Inheritance
GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinetuningAllowed
Whether finetuning is allowed for this base processor version.
Declaration
[JsonProperty("finetuningAllowed")]
public virtual bool? FinetuningAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MinTrainLabeledDocuments
The minimum number of labeled documents in the training dataset required for finetuning.
Declaration
[JsonProperty("minTrainLabeledDocuments")]
public virtual int? MinTrainLabeledDocuments { get; set; }
Property Value
Type | Description |
---|---|
int? |