Module: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::GenAiModelInfo::CustomGenAiModelInfo::CustomModelType

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

Overview

The type of custom model created by the user.

Constant Summary collapse

CUSTOM_MODEL_TYPE_UNSPECIFIED =

The model type is unspecified.

0
VERSIONED_FOUNDATION =

The model is a versioned foundation model.

1
FINE_TUNED =

The model is a finetuned foundation model.

2