GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo.fromJson constructor
GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo.fromJson(
core.Map json_)
: this(
finetuningAllowed: json_['finetuningAllowed'] as core.bool?,
minTrainLabeledDocuments:
json_['minTrainLabeledDocuments'] as core.int?,
);