Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RagQuery.
A query to retrieve relevant contexts.
Generated from protobuf message google.cloud.aiplatform.v1.RagQuery
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
Optional. The query in text format to get relevant contexts. |
↳ rag_retrieval_config |
RagRetrievalConfig
Optional. The retrieval config for the query. |
getText
Optional. The query in text format to get relevant contexts.
Returns | |
---|---|
Type | Description |
string |
hasText
setText
Optional. The query in text format to get relevant contexts.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRagRetrievalConfig
Optional. The retrieval config for the query.
Returns | |
---|---|
Type | Description |
RagRetrievalConfig|null |
hasRagRetrievalConfig
clearRagRetrievalConfig
setRagRetrievalConfig
Optional. The retrieval config for the query.
Parameter | |
---|---|
Name | Description |
var |
RagRetrievalConfig
|
Returns | |
---|---|
Type | Description |
$this |
getQuery
Returns | |
---|---|
Type | Description |
string |