state property

String? state
getter/setter pair

The state of this version.

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

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified. This value is not used.
  • "RUNNING" : Version is not ready to serve (e.g. training is running).
  • "SUCCEEDED" : Training has succeeded and this version is ready to serve.
  • "FAILED" : Version training failed.

Implementation

core.String? state;