Google Cloud Document Ai V1 Client - Class FoundationGenAiModelInfo (2.0.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class FoundationGenAiModelInfo.

Information for a pretrained Google-managed foundation model.

Generated from protobuf message google.cloud.documentai.v1.ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo

Namespace

Google \ Cloud \ DocumentAI \ V1 \ ProcessorVersion \ GenAiModelInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ finetuning_allowed bool

Whether finetuning is allowed for this base processor version.

↳ min_train_labeled_documents int

The minimum number of labeled documents in the training dataset required for finetuning.

getFinetuningAllowed

Whether finetuning is allowed for this base processor version.

Returns
Type Description
bool

setFinetuningAllowed

Whether finetuning is allowed for this base processor version.

Parameter
Name Description
var bool
Returns
Type Description
$this

getMinTrainLabeledDocuments

The minimum number of labeled documents in the training dataset required for finetuning.

Returns
Type Description
int

setMinTrainLabeledDocuments

The minimum number of labeled documents in the training dataset required for finetuning.

Parameter
Name Description
var int
Returns
Type Description
$this