versionState property

String? versionState
getter/setter pair

Indicates the state of the model version.

Optional. Possible string values are:

  • "VERSION_STATE_UNSPECIFIED" : The version state is unspecified.
  • "VERSION_STATE_STABLE" : Used to indicate the version is stable.
  • "VERSION_STATE_UNSTABLE" : Used to indicate the version is unstable.

Implementation

core.String? versionState;