Artifact_State class final
Describes the state of the Artifact.
- Inheritance
-
- Object
- ProtoEnum
- Artifact_State
Constructors
- Artifact_State(String value)
-
const
- Artifact_State.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const Artifact_State
- The default value for Artifact_State.
- live → const Artifact_State
- A state indicating that the Artifact should exist, unless something external to the system deletes it.
- pending → const Artifact_State
- A state used by systems like Vertex AI Pipelines to indicate that the underlying data item represented by this Artifact is being created.
- stateUnspecified → const Artifact_State
- Unspecified state for the Artifact.