Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo

Information for a pretrained Google-managed foundation model.

Inheritance
object
GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX