Interface RagVectorDbConfig.RagManagedVertexVectorSearchOrBuilder (3.82.0)

public static interface RagVectorDbConfig.RagManagedVertexVectorSearchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCollectionName()

public abstract String getCollectionName()

Output only. The resource name of the Vector Search 2.0 Collection that RAG Created for the corpus. Only populated after the corpus is successfully created. Format: projects/{project}/locations/{location}/collections/{collection_id}

string collection_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The collectionName.

getCollectionNameBytes()

public abstract ByteString getCollectionNameBytes()

Output only. The resource name of the Vector Search 2.0 Collection that RAG Created for the corpus. Only populated after the corpus is successfully created. Format: projects/{project}/locations/{location}/collections/{collection_id}

string collection_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for collectionName.