Class VersionStatus (2.30.0)

VersionStatus(value)

The status of a version.

Values: VERSION_STATUS_UNSPECIFIED (0): Not specified. This value is not used. IN_PROGRESS (1): Version is not ready to serve (e.g. training is in progress). READY (2): Version is ready to serve. FAILED (3): Version training failed.