public enum Instance.InstanceType extends Enum<Instance.InstanceType> implements ProtocolMessageEnumAll 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_VALUE | Instance type for batch prediction.   | 
| INSTANCE_TYPE_UNSPECIFIED | Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION.   | 
| INSTANCE_TYPE_UNSPECIFIED_VALUE | Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION.   | 
| ONLINE_PREDICTION | Instance type for online prediction.   | 
| ONLINE_PREDICTION_VALUE | Instance type for online prediction.   | 
| STREAMING_PREDICTION | Instance type for streaming prediction.   | 
| STREAMING_PREDICTION_VALUE | Instance type for streaming prediction.   | 
| 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() | |