Enum Instance.InstanceType (0.2.0)

public enum Instance.InstanceType extends Enum<Instance.InstanceType> implements ProtocolMessageEnum

All the supported instance types.

Protobuf enum google.cloud.visionai.v1.Instance.InstanceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BATCH_PREDICTION

Instance type for batch prediction.

BATCH_PREDICTION = 2;

BATCH_PREDICTION_VALUE

Instance type for batch prediction.

BATCH_PREDICTION = 2;

INSTANCE_TYPE_UNSPECIFIED

Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION.

INSTANCE_TYPE_UNSPECIFIED = 0;

INSTANCE_TYPE_UNSPECIFIED_VALUE

Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION.

INSTANCE_TYPE_UNSPECIFIED = 0;

ONLINE_PREDICTION

Instance type for online prediction.

ONLINE_PREDICTION = 3;

ONLINE_PREDICTION_VALUE

Instance type for online prediction.

ONLINE_PREDICTION = 3;

STREAMING_PREDICTION

Instance type for streaming prediction.

STREAMING_PREDICTION = 1;

STREAMING_PREDICTION_VALUE

Instance type for streaming prediction.

STREAMING_PREDICTION = 1;

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