Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class InstanceType.
All the supported instance types.
Protobuf type google.cloud.visionai.v1.Instance.InstanceType
Namespace
Google \ Cloud \ VisionAI \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INSTANCE_TYPE_UNSPECIFIED
Value: 0Unspecified instance type.
If the instance type is not specified, the default one is STREAMING_PREDICTION.
Generated from protobuf enum INSTANCE_TYPE_UNSPECIFIED = 0;
STREAMING_PREDICTION
Value: 1Instance type for streaming prediction.
Generated from protobuf enum STREAMING_PREDICTION = 1;
BATCH_PREDICTION
Value: 2Instance type for batch prediction.
Generated from protobuf enum BATCH_PREDICTION = 2;
ONLINE_PREDICTION
Value: 3Instance type for online prediction.
Generated from protobuf enum ONLINE_PREDICTION = 3;