Class: Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery

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

Overview

Input source type for BigQuery Tables and Views.

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_source::Google::Cloud::AIPlatform::V1::BigQuerySource

Returns Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.

Returns:



74
75
76
77
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 74

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

#entity_id_columns::Array<::String>

Returns Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.

Returns:

  • (::Array<::String>)

    Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.



74
75
76
77
# File 'proto_docs/google/cloud/aiplatform/v1/feature_group.rb', line 74

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