取得された BigQuery テーブル候補。
JSON 表現 |
---|
{
"linkedResource": string,
"iclString": string,
"fieldSuggestions": [
{
object ( |
フィールド | |
---|---|
linkedResource |
ソースシステム内の候補の完全修飾リソース名(該当する場合)。たとえば、BigQuery テーブルの場合、形式は |
iclString |
コンテキスト内学習文字列。たとえば、DDL 形式で指定できます。 |
fieldSuggestions[] |
この候補の推奨されるフィールドの説明(リクエストされた場合)。 |
FieldSuggestion
フィールドの推奨される説明。
JSON 表現 |
---|
{
"field": string,
"suggestedDescription": string,
"nested": [
{
object ( |
フィールド | |
---|---|
field |
フィールド名。 |
suggestedDescription |
推奨される説明(説明がリクエストされた場合)。 |
nested[] |
ネストされたフィールドの提案。 |