Module: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::ModelType

Defined in:
proto_docs/google/cloud/documentai/v1beta3/processor.rb

Overview

The possible model types of the processor version.

Constant Summary collapse

MODEL_TYPE_UNSPECIFIED =

The processor version has unspecified model type.

0
MODEL_TYPE_GENERATIVE =

The processor version has generative model type.

1
MODEL_TYPE_CUSTOM =

The processor version has custom model type.

2