public sealed class RetrieveBigQueryTableContextsFromRecentTablesResponse : IMessage<RetrieveBigQueryTableContextsFromRecentTablesResponse>, IEquatable<RetrieveBigQueryTableContextsFromRecentTablesResponse>, IDeepCloneable<RetrieveBigQueryTableContextsFromRecentTablesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class RetrieveBigQueryTableContextsFromRecentTablesResponse.
Response for retrieving BigQuery table contextual data from recently accessed tables. Response is sorted by semantic similarity to the query.
Implements
IMessageRetrieveBigQueryTableContextsFromRecentTablesResponse, IEquatableRetrieveBigQueryTableContextsFromRecentTablesResponse, IDeepCloneableRetrieveBigQueryTableContextsFromRecentTablesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
RetrieveBigQueryTableContextsFromRecentTablesResponse()
public RetrieveBigQueryTableContextsFromRecentTablesResponse()
RetrieveBigQueryTableContextsFromRecentTablesResponse(RetrieveBigQueryTableContextsFromRecentTablesResponse)
public RetrieveBigQueryTableContextsFromRecentTablesResponse(RetrieveBigQueryTableContextsFromRecentTablesResponse other)
Parameter | |
---|---|
Name | Description |
other |
RetrieveBigQueryTableContextsFromRecentTablesResponse |
Properties
TableCandidates
public RepeatedField<TableCandidate> TableCandidates { get; }
List of retrieved candidates with their bundled metadata.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTableCandidate |