Class VersionStatus (2.30.1)

VersionStatus(value)

The status of a version.

Enums

Name Description
VERSION_STATUS_UNSPECIFIED Not specified. This value is not used.
IN_PROGRESS Version is not ready to serve (e.g. training is in progress).
READY Version is ready to serve.
FAILED Version training failed.