versionState property
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;