Class GoogleCloudAiplatformV1beta1VertexAISearch
Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML .v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1VertexAISearch : IDirectResponseSchema
Properties
Datastore
Optional. Fully-qualified Vertex AI Search data store resource ID. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
Declaration
[JsonProperty("datastore")]
public virtual string Datastore { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
Optional. Fully-qualified Vertex AI Search engine resource ID. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |