Vision AI v1 API - Enum Instance.Types.InstanceType (1.0.0-beta01)

public enum Instance.Types.InstanceType

Reference documentation and code samples for the Vision AI v1 API enum Instance.Types.InstanceType.

All the supported instance types.

Namespace

Google.Cloud.VisionAI.V1

Assembly

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.