Enum CustomProcessorSourceInfo.SourceType (0.14.1)

public enum CustomProcessorSourceInfo.SourceType extends Enum<CustomProcessorSourceInfo.SourceType> implements ProtocolMessageEnum

Source type of the imported custom processor.

Protobuf enum google.events.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PRODUCT_RECOGNIZER

Source for Product Recognizer.

PRODUCT_RECOGNIZER = 3;

PRODUCT_RECOGNIZER_VALUE

Source for Product Recognizer.

PRODUCT_RECOGNIZER = 3;

SOURCE_TYPE_UNSPECIFIED

Source type unspecified.

SOURCE_TYPE_UNSPECIFIED = 0;

SOURCE_TYPE_UNSPECIFIED_VALUE

Source type unspecified.

SOURCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VERTEX_AUTOML

Custom processors coming from Vertex AutoML product.

VERTEX_AUTOML = 1;

VERTEX_AUTOML_VALUE

Custom processors coming from Vertex AutoML product.

VERTEX_AUTOML = 1;

VERTEX_CUSTOM

Custom processors coming from general custom models from Vertex.

VERTEX_CUSTOM = 2;

VERTEX_CUSTOM_VALUE

Custom processors coming from general custom models from Vertex.

VERTEX_CUSTOM = 2;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()