Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeatureView::BigQuerySource (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureView::BigQuerySource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_id_columns

def entity_id_columns() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Columns to construct entity_id / row keys.

#entity_id_columns=

def entity_id_columns=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Columns to construct entity_id / row keys.
Returns
  • (::Array<::String>) — Required. Columns to construct entity_id / row keys.

#uri

def uri() -> ::String
Returns
  • (::String) — Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.
Returns
  • (::String) — Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.