Google Cloud Ces V1 Client - Class Type (0.1.0)

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 \ Engine

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified engine type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

Value: 1

The 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: 2

Chat 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;