contexts_context_artifacts_and_executions
Creates, updates, deletes, gets or lists a contexts_context_artifacts_and_executions
resource.
Overview
Name | contexts_context_artifacts_and_executions |
Type | Resource |
Id | google.aiplatform.contexts_context_artifacts_and_executions |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
add_context_artifacts_and_executions | INSERT | contextsId, locationsId, metadataStoresId, projectsId | Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped. |
INSERT
example
Use the following StackQL query and manifest file to create a new contexts_context_artifacts_and_executions
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO google.aiplatform.contexts_context_artifacts_and_executions (
contextsId,
locationsId,
metadataStoresId,
projectsId,
artifacts,
executions
)
SELECT
'{{ contextsId }}',
'{{ locationsId }}',
'{{ metadataStoresId }}',
'{{ projectsId }}',
'{{ artifacts }}',
'{{ executions }}'
;
- name: your_resource_model_name
props:
- name: artifacts
value:
- string
- name: executions
value:
- string