Cloud AI Platform v1 API - Class VertexAISearch (2.27.0)

public sealed class VertexAISearch : IMessage<VertexAISearch>, IEquatable<VertexAISearch>, IDeepCloneable<VertexAISearch>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class VertexAISearch.

Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation

Inheritance

object > VertexAISearch

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VertexAISearch()

public VertexAISearch()

VertexAISearch(VertexAISearch)

public VertexAISearch(VertexAISearch other)
Parameter
NameDescription
otherVertexAISearch

Properties

Datastore

public string Datastore { get; set; }

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

Property Value
TypeDescription
string