public sealed class DataStoreSettings.Types.Engine : IMessage<DataStoreSettings.Types.Engine>, IEquatable<DataStoreSettings.Types.Engine>, IDeepCloneable<DataStoreSettings.Types.Engine>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DataStoreSettings.Types.Engine.
An engine to which the data stores are connected. See Vertex AI Search: https://cloud.google.com/generative-ai-app-builder/docs/enterprise-search-introduction.
Implements
IMessageDataStoreSettingsTypesEngine, IEquatableDataStoreSettingsTypesEngine, IDeepCloneableDataStoreSettingsTypesEngine, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Engine()
public Engine()Engine(Engine)
public Engine(DataStoreSettings.Types.Engine other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStoreSettingsTypesEngine |
Properties
EngineName
public EngineName EngineName { get; set; }EngineName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineName |
|
Name
public string Name { get; set; }Output only. The resource name of the engine.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public DataStoreSettings.Types.Engine.Types.Type Type { get; set; }Output only. The type of the engine.
| Property Value | |
|---|---|
| Type | Description |
DataStoreSettingsTypesEngineTypesType |
|