Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Source.
Source which generated the schema relation edge.
Protobuf type google.cloud.geminidataanalytics.v1beta.Context.SchemaRelationship.Source
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ Context \ SchemaRelationshipMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_UNSPECIFIED
Value: 0The source of the schema relationship is unspecified.
Generated from protobuf enum SOURCE_UNSPECIFIED = 0;
BIGQUERY_JOB_HISTORY
Value: 1The source of the schema relationship is BigQuery job history.
Generated from protobuf enum BIGQUERY_JOB_HISTORY = 1;
LLM_SUGGESTED
Value: 2The source of the schema relationship is LLM suggested.
Generated from protobuf enum LLM_SUGGESTED = 2;
BIGQUERY_TABLE_CONSTRAINTS
Value: 3The source of the schema relationship is BigQuery table constraints.
Generated from protobuf enum BIGQUERY_TABLE_CONSTRAINTS = 3;