Class State (1.50.0)

State(value)

Describes the state of the Artifact.

Enum values:

STATE_UNSPECIFIED (0):
    Unspecified state for the Artifact.
PENDING (1):
    A state used by systems like Vertex AI
    Pipelines to indicate that the underlying data
    item represented by this Artifact is being
    created.
LIVE (2):
    A state indicating that the Artifact should
    exist, unless something external to the system
    deletes it.

Methods

State

State(value)

Describes the state of the Artifact.

Enum values:

STATE_UNSPECIFIED (0):
    Unspecified state for the Artifact.
PENDING (1):
    A state used by systems like Vertex AI
    Pipelines to indicate that the underlying data
    item represented by this Artifact is being
    created.
LIVE (2):
    A state indicating that the Artifact should
    exist, unless something external to the system
    deletes it.