Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RetrieveContextsRequest.
Request message for VertexRagService.RetrieveContexts .
Generated from protobuf message google.cloud.aiplatform.v1.RetrieveContextsRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vertex_rag_store
↳ parent
string
Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}
.
↳ query
getVertexRagStore
The data source for Vertex RagStore.
hasVertexRagStore
setVertexRagStore
The data source for Vertex RagStore.
$this
getParent
Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project.
Format: projects/{project}/locations/{location}
.
string
setParent
Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project.
Format: projects/{project}/locations/{location}
.
var
string
$this
getQuery
Required. Single RAG retrieve query.
hasQuery
clearQuery
setQuery
Required. Single RAG retrieve query.
$this
getDataSource
string
static::build
parent
string
Required. The resource name of the Location from which to retrieve
RagContexts. The users must have permission to make a call in the project.
Format: projects/{project}/locations/{location}
. Please see VertexRagServiceClient::locationName()
for help formatting this field.
query

