Class: Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::BigtableMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::BigtableMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb
Overview
Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
The Cloud Bigtable instance id.
-
#table_id ⇒ ::String
The Cloud Bigtable table id.
-
#tenant_project_id ⇒ ::String
Tenant project ID.
Instance Attribute Details
#instance_id ⇒ ::String
Returns The Cloud Bigtable instance id.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137 class BigtableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns The Cloud Bigtable table id.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137 class BigtableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_project_id ⇒ ::String
Returns Tenant project ID.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137 class BigtableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |