Class RetrieveBigQueryRecentRelevantTablesResponse (0.2.0)

RetrieveBigQueryRecentRelevantTablesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response for retrieving BigQuery table references from recently accessed tables. Response is sorted by semantic similarity to the query.

Attribute

Name Description
table_ids MutableSequence[str]
List of retrieved table ids. The unique identifier for the table. Names are case-sensitive. Example for BigQuery Table: {project}.{dataset}.{table}.