View source on GitHub |
RedisTableCreator will create a object to pass itself to the others classes
for creating a real Redis client instance which can interact with TF.
__init__(config=None)
Initialize self. See help(type(self)) for accurate signature.
create(
key_dtype=None,
value_dtype=None,
default_value=None,
name=None,
checkpoint=None,
init_size=None,
config=None
)