Searched refs:BigtableClient (Results 1 – 4 of 4) sorted by relevance
29 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableClient
36 1. Create a `BigtableClient` object.37 2. Use the `BigtableClient` to create `BigtableTable` objects corresponding to56 client = tf.contrib.cloud.BigtableClient(GCP_PROJECT_ID, BIGTABLE_INSTANCE_ID)256 client = tf.contrib.cloud.BigtableClient(GCP_PROJECT_ID, BIGTABLE_INSTANCE_ID)
28 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableClient
47 class BigtableClient(object): class