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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOM_MODEL_TYPE_UNSPECIFIED |
The model type is unspecified. |
CUSTOM_MODEL_TYPE_UNSPECIFIED_VALUE |
The model type is unspecified. |
FINE_TUNED |
The model is a finetuned foundation model. |
FINE_TUNED_VALUE |
The model is a finetuned foundation model. |
UNRECOGNIZED |
|
VERSIONED_FOUNDATION |
The model is a versioned foundation model. |
VERSIONED_FOUNDATION_VALUE |
The model is a versioned foundation model. |
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() |