Google Cloud Gemini Data Analytics V1beta Client - Class Source (0.4.0)

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 \ SchemaRelationship

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_UNSPECIFIED

Value: 0

The source of the schema relationship is unspecified.

Generated from protobuf enum SOURCE_UNSPECIFIED = 0;

BIGQUERY_JOB_HISTORY

Value: 1

The source of the schema relationship is BigQuery job history.

Generated from protobuf enum BIGQUERY_JOB_HISTORY = 1;

LLM_SUGGESTED

Value: 2

The source of the schema relationship is LLM suggested.

Generated from protobuf enum LLM_SUGGESTED = 2;

BIGQUERY_TABLE_CONSTRAINTS

Value: 3

The source of the schema relationship is BigQuery table constraints.

Generated from protobuf enum BIGQUERY_TABLE_CONSTRAINTS = 3;