science
Creates, updates, deletes, gets or lists a science resource.
Overview
| Name | science |
| Type | Resource |
| Id | google.aiplatform.science |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
inference | exec | projectsId, locationsId | deployedModelId | Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
locationsId | string | |
projectsId | string | |
deployedModelId | string |
Lifecycle Methods
- inference
Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.
EXEC google.aiplatform.science.inference
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@deployedModelId='{{ deployedModelId }}'
@@json=
'{
"extensions": "{{ extensions }}",
"data": "{{ data }}",
"contentType": "{{ contentType }}"
}'
;