status property

String? status
getter/setter pair

The status of this version.

This field is read-only and cannot be set by create and update methods.

Output only. Possible string values are:

  • "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.

Implementation

core.String? status;