ProjectsLocationsMetadataStoresExecutionsResource class
Methods
-
addExecutionEvents(GoogleCloudAiplatformV1AddExecutionEventsRequest request, String execution, {String? $fields})
→ Future<GoogleCloudAiplatformV1AddExecutionEventsResponse>
-
Adds Events to the specified Execution.
-
create(GoogleCloudAiplatformV1Execution request, String parent, {String? executionId, String? $fields})
→ Future<GoogleCloudAiplatformV1Execution>
-
Creates an Execution associated with a MetadataStore.
-
delete(String name, {String? etag, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes an Execution.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Execution>
-
Retrieves a specific Execution.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListExecutionsResponse>
-
Lists Executions in the MetadataStore.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Execution request, String name, {bool? allowMissing, String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Execution>
-
Updates a stored Execution.
-
purge(GoogleCloudAiplatformV1PurgeExecutionsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Purges Executions.
-
queryExecutionInputsAndOutputs(String execution, {String? $fields})
→ Future<GoogleCloudAiplatformV1LineageSubgraph>
-
Obtains the set of input and output Artifacts for this Execution, in the
form of LineageSubgraph that also contains the Execution and connecting
Events.
-
toString()
→ String
-
A string representation of this object.
inherited