Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryRecentRelevantTablesRequest.
Request for retrieving BigQuery table references from recently accessed tables. Response is sorted by semantic similarity to the query.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryRecentRelevantTablesRequest
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent value for RetrieveBigQueryRecentTablesRequest. Pattern: |
↳ query |
string
Optional. User query in natural language. |
getParent
Required. Parent value for RetrieveBigQueryRecentTablesRequest.
Pattern: projects/{project}/locations/{location}
For location, use "global" for now. Regional location value will be
supported in the future.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent value for RetrieveBigQueryRecentTablesRequest.
Pattern: projects/{project}/locations/{location}
For location, use "global" for now. Regional location value will be
supported in the future.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQuery
Optional. User query in natural language.
Returns | |
---|---|
Type | Description |
string |
setQuery
Optional. User query in natural language.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |