Enum ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType (2.53.0)

public enum ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType extends Enum<ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType> implements ProtocolMessageEnum

The type of custom model created by the user.

Protobuf enum google.cloud.documentai.v1.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOM_MODEL_TYPE_UNSPECIFIED

The model type is unspecified.

CUSTOM_MODEL_TYPE_UNSPECIFIED = 0;

CUSTOM_MODEL_TYPE_UNSPECIFIED_VALUE

The model type is unspecified.

CUSTOM_MODEL_TYPE_UNSPECIFIED = 0;

FINE_TUNED

The model is a finetuned foundation model.

FINE_TUNED = 2;

FINE_TUNED_VALUE

The model is a finetuned foundation model.

FINE_TUNED = 2;

UNRECOGNIZED
VERSIONED_FOUNDATION

The model is a versioned foundation model.

VERSIONED_FOUNDATION = 1;

VERSIONED_FOUNDATION_VALUE

The model is a versioned foundation model.

VERSIONED_FOUNDATION = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()