Skip to main content

science

Creates, updates, deletes, gets or lists a science resource.

Overview

Namescience
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
inferenceexecprojectsId, locationsIddeployedModelIdForwards 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.

NameDatatypeDescription
locationsIdstring
projectsIdstring
deployedModelIdstring

Lifecycle Methods

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 }}"
}'
;