public enum ProcessorVersion.ModelType extends Enum<ProcessorVersion.ModelType> implements ProtocolMessageEnum
The possible model types of the processor version.
Protobuf enum google.cloud.documentai.v1beta3.ProcessorVersion.ModelType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MODEL_TYPE_CUSTOM |
The processor version has custom model type. |
MODEL_TYPE_CUSTOM_VALUE |
The processor version has custom model type. |
MODEL_TYPE_GENERATIVE |
The processor version has generative model type. |
MODEL_TYPE_GENERATIVE_VALUE |
The processor version has generative model type. |
MODEL_TYPE_UNSPECIFIED |
The processor version has unspecified model type. |
MODEL_TYPE_UNSPECIFIED_VALUE |
The processor version has unspecified model type. |
UNRECOGNIZED |
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() |