GoogleCloudAiplatformV1Execution class
Instance of a general execution.
Constructors
-
GoogleCloudAiplatformV1Execution({String? createTime, String? description, String? displayName, String? etag, Map<
String, String> ? labels, Map<String, Object?> ? metadata, String? name, String? schemaTitle, String? schemaVersion, String? state, String? updateTime}) - GoogleCloudAiplatformV1Execution.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this Execution was created.
getter/setter pair
- description ↔ String?
-
Description of the Execution
getter/setter pair
- displayName ↔ String?
-
User provided display name of the Execution.
getter/setter pair
- etag ↔ String?
-
An eTag used to perform consistent read-modify-write updates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize your Executions.
getter/setter pair
-
metadata
↔ Map<
String, Object?> ? -
Properties of the Execution.
getter/setter pair
- name ↔ String?
-
The resource name of the Execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaTitle ↔ String?
-
The title of the schema describing the metadata.
getter/setter pair
- schemaVersion ↔ String?
-
The version of the schema in
schema_title
to use.getter/setter pair - state ↔ String?
-
The state of this Execution.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this Execution was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited