Module: Google::Cloud::AIPlatform::V1::PublisherModel::VersionState

Defined in:
proto_docs/google/cloud/aiplatform/v1/publisher_model.rb

Overview

An enum representing the state of the PublicModelVersion.

Constant Summary collapse

VERSION_STATE_UNSPECIFIED =

The version state is unspecified.

0
VERSION_STATE_STABLE =

Used to indicate the version is stable.

1
VERSION_STATE_UNSTABLE =

Used to indicate the version is unstable.

2