public sealed class TableCandidate : IMessage<TableCandidate>, IEquatable<TableCandidate>, IDeepCloneable<TableCandidate>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class TableCandidate.
A retrieved BigQuery table candidate.
Implements
IMessageTableCandidate, IEquatableTableCandidate, IDeepCloneableTableCandidate, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
TableCandidate()
public TableCandidate()TableCandidate(TableCandidate)
public TableCandidate(TableCandidate other)| Parameter | |
|---|---|
| Name | Description |
other |
TableCandidate |
Properties
FieldSuggestions
public RepeatedField<TableCandidate.Types.FieldSuggestion> FieldSuggestions { get; }Suggested field descriptions for this candidate, if requested.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTableCandidateTypesFieldSuggestion |
|
IclString
public string IclString { get; set; }In-context-learning string. For example, could be in DDL format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LinkedResource
public string LinkedResource { get; set; }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/{project_id}/datasets/{dataset_id}/tables/{table_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|