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