Class InstanceType (0.1.0)

InstanceType(value)

All the supported instance types.

Enums

Name Description
INSTANCE_TYPE_UNSPECIFIED Unspecified instance type. If the instance type is not specified, the default one is STREAMING_PREDICTION.
STREAMING_PREDICTION Instance type for streaming prediction.
BATCH_PREDICTION Instance type for batch prediction.
ONLINE_PREDICTION Instance type for online prediction.