TableCandidate

Un candidato alla tabella BigQuery recuperata.

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

string

Il nome risorsa completo del candidato nel sistema di origine, se applicabile. Ad esempio, per le tabelle BigQuery, il formato è: bigquery.googleapis.com/projects/{projectId}/datasets/{datasetId}/tables/{tableId}.

iclString

string

Stringa di apprendimento nel contesto. Ad esempio, potrebbe essere in formato DDL.

fieldSuggestions[]

object (FieldSuggestion)

Descrizioni dei campi suggerite per questo candidato, se richieste.

FieldSuggestion

Una descrizione suggerita per un campo.

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

string

Il nome del campo.

suggestedDescription

string

La descrizione suggerita, se sono state richieste descrizioni.

nested[]

object (FieldSuggestion)

Suggerimenti per i campi nidificati.