Vision AI V1 API - Module Google::Cloud::VisionAI::V1::Instance::InstanceType (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::Instance::InstanceType.

All the supported instance types.

Constants

INSTANCE_TYPE_UNSPECIFIED

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

STREAMING_PREDICTION

value: 1
Instance type for streaming prediction.

BATCH_PREDICTION

value: 2
Instance type for batch prediction.

ONLINE_PREDICTION

value: 3
Instance type for online prediction.