Module: Google::Cloud::AIPlatform::V1::Artifact::State

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

Overview

Describes the state of the Artifact.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state for the Artifact.

0
PENDING =

A state used by systems like Vertex AI Pipelines to indicate that the underlying data item represented by this Artifact is being created.

1
LIVE =

A state indicating that the Artifact should exist, unless something external to the system deletes it.

2