Enum Processor.ProcessorType (0.2.0)

public enum Processor.ProcessorType extends Enum<Processor.ProcessorType> implements ProtocolMessageEnum

Type

Protobuf enum google.cloud.visionai.v1.Processor.ProcessorType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTOR

Processor Type CONNECTOR. Connector processors are special processors which perform I/O for the application, they do not processing the data but either deliver the data to other processors or receive data from other processors.

CONNECTOR = 3;

CONNECTOR_VALUE

Processor Type CONNECTOR. Connector processors are special processors which perform I/O for the application, they do not processing the data but either deliver the data to other processors or receive data from other processors.

CONNECTOR = 3;

CUSTOM

Processor Type CUSTOM. Custom processors are specialized processors which are either uploaded by customers or imported from other GCP platform (for example Vertex AI). Custom processor is only visible to the creator.

CUSTOM = 2;

CUSTOM_VALUE

Processor Type CUSTOM. Custom processors are specialized processors which are either uploaded by customers or imported from other GCP platform (for example Vertex AI). Custom processor is only visible to the creator.

CUSTOM = 2;

PRETRAINED

Processor Type PRETRAINED. Pretrained processor is developed by Vision AI App Platform with state-of-the-art vision data processing functionality, like occupancy counting or person blur. Pretrained processor is usually publicly available.

PRETRAINED = 1;

PRETRAINED_VALUE

Processor Type PRETRAINED. Pretrained processor is developed by Vision AI App Platform with state-of-the-art vision data processing functionality, like occupancy counting or person blur. Pretrained processor is usually publicly available.

PRETRAINED = 1;

PROCESSOR_TYPE_UNSPECIFIED

Processor Type UNSPECIFIED.

PROCESSOR_TYPE_UNSPECIFIED = 0;

PROCESSOR_TYPE_UNSPECIFIED_VALUE

Processor Type UNSPECIFIED.

PROCESSOR_TYPE_UNSPECIFIED = 0;

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()