TableCandidate

A retrieved BigQuery table candidate.

JSON representation
{
  "linkedResource": string,
  "iclString": string,
  "fieldSuggestions": [
    {
      object (FieldSuggestion)
    }
  ]
}
Fields
linkedResource

string

The fully qualified resource name of the candidate in its source system, if applicable. E.g. for BigQuery tables, the format is: bigquery.googleapis.com/projects/{projectId}/datasets/{datasetId}/tables/{tableId}.

iclString

string

In-context-learning string. For example, could be in DDL format.

fieldSuggestions[]

object (FieldSuggestion)

Suggested field descriptions for this candidate, if requested.

FieldSuggestion

A suggested description for a field.

JSON representation
{
  "field": string,
  "suggestedDescription": string,
  "nested": [
    {
      object (FieldSuggestion)
    }
  ]
}
Fields
field

string

The field name.

suggestedDescription

string

The suggested description, if descriptions were requested.

nested[]

object (FieldSuggestion)

Suggestions for nested fields.