A retrieved BigQuery table candidate.
| JSON representation |
|---|
{
"linkedResource": string,
"iclString": string,
"fieldSuggestions": [
{
object ( |
| Fields | |
|---|---|
linkedResource |
The fully qualified resource name of the candidate in its source system, if applicable. E.g. for BigQuery tables, the format is: |
iclString |
In-context-learning string. For example, could be in DDL format. |
fieldSuggestions[] |
Suggested field descriptions for this candidate, if requested. |
FieldSuggestion
A suggested description for a field.
| JSON representation |
|---|
{
"field": string,
"suggestedDescription": string,
"nested": [
{
object ( |
| Fields | |
|---|---|
field |
The field name. |
suggestedDescription |
The suggested description, if descriptions were requested. |
nested[] |
Suggestions for nested fields. |