Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class RetrieveBigQueryTableContextsFromRecentTablesResponse.
Response for retrieving BigQuery table contextual data from recently accessed tables. Response is sorted by semantic similarity to the query.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.RetrieveBigQueryTableContextsFromRecentTablesResponse
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_candidates |
array<TableCandidate>
List of retrieved candidates with their bundled metadata. |
getTableCandidates
List of retrieved candidates with their bundled metadata.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTableCandidates
List of retrieved candidates with their bundled metadata.
| Parameter | |
|---|---|
| Name | Description |
var |
array<TableCandidate>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|