Resource: ReasoningEngine
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
name
string
Identifier. The resource name of the ReasoningEngine.
displayName
string
Required. The display name of the ReasoningEngine.
description
string
Optional. The description of the ReasoningEngine.
Required. Configurations of the ReasoningEngine
Output only. timestamp when this ReasoningEngine was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
Output only. timestamp when this ReasoningEngine was most recently updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
etag
string
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
JSON representation |
---|
{
"name": string,
"displayName": string,
"description": string,
"spec": {
object ( |
ReasoningEngineSpec
ReasoningEngine configurations
Required. user provided package spec of the ReasoningEngine.
Optional. Declarations for object class methods in OpenAPI specification format.
JSON representation |
---|
{
"packageSpec": {
object ( |
PackageSpec
user provided package spec like pickled object and package requirements.
pickleObjectGcsUri
string
Optional. The Cloud Storage URI of the pickled python object.
dependencyFilesGcsUri
string
Optional. The Cloud Storage URI of the dependency files in tar.gz format.
requirementsGcsUri
string
Optional. The Cloud Storage URI of the requirements.txt
file
pythonVersion
string
Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
JSON representation |
---|
{ "pickleObjectGcsUri": string, "dependencyFilesGcsUri": string, "requirementsGcsUri": string, "pythonVersion": string } |
Methods |
|
---|---|
|
Creates a reasoning engine. |
|
Deletes a reasoning engine. |
|
Gets a reasoning engine. |
|
Lists reasoning engines in a location. |
|
Updates a reasoning engine. |
|
Queries using a reasoning engine. |
|
Streams queries using a reasoning engine. |