Class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
Information for a pretrained Google-managed foundation model.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : 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? |