Skip to main content

v1

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

Overview

Namev1
TypeResource
Idgoogle.aiplatform.v1

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
responsesexecprojectsId, locationsId, publishersIddeployedModelIdForwards 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
publishersIdstring
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.v1.responses
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@publishersId='{{ publishersId }}' --required,
@deployedModelId='{{ deployedModelId }}'
@@json=
'{
"data": "{{ data }}",
"contentType": "{{ contentType }}",
"extensions": "{{ extensions }}"
}'
;