Execution class final
Instance of a general execution.
- Inheritance
-
- Object
- ProtoMessage
- Execution
Constructors
-
Execution({String name = '', String displayName = '', Execution_State state = Execution_State.$default, String etag = '', Map<
String, String> labels = const {}, Timestamp? createTime, Timestamp? updateTime, String schemaTitle = '', String schemaVersion = '', Struct? metadata, String description = ''}) -
Execution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createTime → Timestamp?
-
Output only. Timestamp when this Execution was created.
final
- description → String
-
Description of the Execution
final
- displayName → String
-
User provided display name of the Execution.
May be up to 128 Unicode characters.
final
- etag → String
-
An eTag used to perform consistent read-modify-write updates. If not set, a
blind "overwrite" update happens.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
→ Map<
String, String> -
The labels with user-defined metadata to organize your Executions.
final
- metadata → Struct?
-
Properties of the Execution.
Top level metadata keys' heading and trailing spaces will be trimmed.
The size of this field should not exceed 200KB.
final
- name → String
-
Output only. The resource name of the Execution.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaTitle → String
-
The title of the schema describing the metadata.
final
- schemaVersion → String
-
The version of the schema in
schema_titleto use.final - state → Execution_State
-
The state of this Execution. This is a property of the Execution, and does
not imply or capture any ongoing process. This property is managed by
clients (such as Vertex AI Pipelines) and the system does not prescribe
or check the validity of state transitions.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this Execution was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String