ProjectsLocationsMetadataStoresContextsResource class
Methods
-
addContextArtifactsAndExecutions(GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest request, String context, {String? $fields})
→ Future<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>
-
Adds a set of Artifacts and Executions to a Context.
-
addContextChildren(GoogleCloudAiplatformV1AddContextChildrenRequest request, String context, {String? $fields})
→ Future<GoogleCloudAiplatformV1AddContextChildrenResponse>
-
Adds a set of Contexts as children to a parent Context.
-
create(GoogleCloudAiplatformV1Context request, String parent, {String? contextId, String? $fields})
→ Future<GoogleCloudAiplatformV1Context>
-
Creates a Context associated with a MetadataStore.
-
delete(String name, {String? etag, bool? force, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a stored Context.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Context>
-
Retrieves a specific Context.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListContextsResponse>
-
Lists Contexts on the MetadataStore.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Context request, String name, {bool? allowMissing, String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Context>
-
Updates a stored Context.
-
purge(GoogleCloudAiplatformV1PurgeContextsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Purges Contexts.
-
queryContextLineageSubgraph(String context, {String? $fields})
→ Future<GoogleCloudAiplatformV1LineageSubgraph>
-
Retrieves Artifacts and Executions within the specified Context, connected
by Event edges and returned as a LineageSubgraph.
-
removeContextChildren(GoogleCloudAiplatformV1RemoveContextChildrenRequest request, String context, {String? $fields})
→ Future<GoogleCloudAiplatformV1RemoveContextChildrenResponse>
-
Remove a set of children contexts from a parent Context.
-
toString()
→ String
-
A string representation of this object.
inherited