Reference documentation and code samples for the Google Cloud Ces V1 Client class Type.
The type of the engine.
See the documentation available at https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/SolutionType and https://cloud.google.com/generative-ai-app-builder/docs/create-datastore-ingest.
Protobuf type google.cloud.ces.v1.DataStoreSettings.Engine.Type
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreSettings \ EngineMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified engine type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ENGINE_TYPE_SEARCH
Value: 1The SOLUTION_TYPE_SEARCH engine for the app. All connector data stores added to the app will be added to this engine.
Generated from protobuf enum ENGINE_TYPE_SEARCH = 1;
ENGINE_TYPE_CHAT
Value: 2Chat engine type.
The SOLUTION_TYPE_CHAT engine for the app. All connector data stores added to the app will be added to this engine.
Generated from protobuf enum ENGINE_TYPE_CHAT = 2;