- tensorstore.KvStore.url : str
URL representation
of the key-value store specification.Example
>>> store = await ts.KvStore.open({ ... 'driver': 'gcs', ... 'bucket': 'my-bucket', ... 'path': 'path/to/object' ... }) >>> store.url 'gs://my-bucket/path/to/object'