Class GoogleCloudAiplatformV1beta1VertexAISearch
Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/products/agent-builder
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1VertexAISearch : IDirectResponseSchema
Properties
Datastore
Required. 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 |