Enum Artifact.Types.State (1.4.0)

public enum State

Describes the state of the Artifact.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Live

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

Pending

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

Unspecified

Unspecified state for the Artifact.