public sealed class VertexAISearch : IMessage<VertexAISearch>, IEquatable<VertexAISearch>, IDeepCloneable<VertexAISearch>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VertexAISearch.
Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/products/agent-builder
Implements
IMessageVertexAISearch, IEquatableVertexAISearch, IDeepCloneableVertexAISearch, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexAISearch()
public VertexAISearch()
VertexAISearch(VertexAISearch)
public VertexAISearch(VertexAISearch other)
Parameter | |
---|---|
Name | Description |
other |
VertexAISearch |
Properties
Datastore
public string Datastore { get; set; }
Required. Fully-qualified Vertex AI Search data store resource ID.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
Property Value | |
---|---|
Type | Description |
string |