Class: Google::Cloud::AIPlatform::V1::FeatureView::BigQuerySource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_view.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id_columns::Array<::String>

Returns Required. Columns to construct entity_id / row keys.

Returns:

  • (::Array<::String>)

    Required. Columns to construct entity_id / row keys.



92
93
94
95
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 92

class BigQuerySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns 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.



92
93
94
95
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 92

class BigQuerySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end