Skip to main content

runtime_revisions

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

Overview

Nameruntime_revisions
TypeResource
Idgoogle.aiplatform.runtime_revisions

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
stream_queryexecreasoningEnginesId, runtimeRevisionsIdStreams queries using a reasoning engine.
queryexecreasoningEnginesId, runtimeRevisionsIdQueries using a reasoning engine.

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
reasoningEnginesIdstring
runtimeRevisionsIdstring

Lifecycle Methods

Streams queries using a reasoning engine.

EXEC google.aiplatform.runtime_revisions.stream_query
@reasoningEnginesId='{{ reasoningEnginesId }}' --required,
@runtimeRevisionsId='{{ runtimeRevisionsId }}' --required
@@json=
'{
"classMethod": "{{ classMethod }}",
"input": "{{ input }}"
}'
;