Class: Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery
- 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
-
#big_query_source ⇒ ::Google::Cloud::AIPlatform::V1::BigQuerySource
Required.
-
#entity_id_columns ⇒ ::Array<::String>
Optional.
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.
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.
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 |