Skip to main content

contexts_context_children

Overview

Namecontexts_context_children
TypeResource
Idgoogle.aiplatform.contexts_context_children

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
add_context_childrenEXECcontextsId, locationsId, metadataStoresId, projectsIdAdds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
remove_context_childrenEXECcontextsId, locationsId, metadataStoresId, projectsIdRemove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.