Class: Google::Cloud::AIPlatform::V1::FeatureView::BigtableMetadata

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

Overview

Metadata for the Cloud Bigtable that supports directly interacting Bigtable instances.

Instance Attribute Summary collapse

Instance Attribute Details

#read_app_profile::String (readonly)

Returns The Bigtable App Profile to use for reading from Bigtable.

Returns:

  • (::String)

    The Bigtable App Profile to use for reading from Bigtable.



300
301
302
303
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 300

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