GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo.fromJson constructor

GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo.fromJson(
  1. Map json_
)

Implementation

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