Data Analytics API with Gemini V1 API - Class Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship.

The relationship between two tables, including referencing and referenced columns. This is a derived context retrieved from Dataplex Dataset Insights.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence_score

def confidence_score() -> ::Float
Returns
  • (::Float) — Optional. A confidence score for the suggested relationship. Manually added edges have the highest confidence score.

#confidence_score=

def confidence_score=(value) -> ::Float
Parameter
  • value (::Float) — Optional. A confidence score for the suggested relationship. Manually added edges have the highest confidence score.
Returns
  • (::Float) — Optional. A confidence score for the suggested relationship. Manually added edges have the highest confidence score.

#left_schema_paths

def left_schema_paths() -> ::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::SchemaPaths
Returns

#left_schema_paths=

def left_schema_paths=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::SchemaPaths
Parameter
Returns

#right_schema_paths

def right_schema_paths() -> ::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::SchemaPaths
Returns

#right_schema_paths=

def right_schema_paths=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::SchemaPaths
Parameter
Returns

#sources

def sources() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::Source>
Returns

#sources=

def sources=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::Context::SchemaRelationship::Source>
Parameter
Returns