state

val state: Output<String>

The state of this version.

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