public enum Instance.Types.InstanceTypeReference documentation and code samples for the Vision AI v1 API enum Instance.Types.InstanceType.
All the supported instance types.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Fields |
|
|---|---|
| Name | Description |
BatchPrediction |
Instance type for batch prediction. |
OnlinePrediction |
Instance type for online prediction. |
StreamingPrediction |
Instance type for streaming prediction. |
Unspecified |
Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION. |