tlc.core.objects.tables.from_python_object.table_from_tf_recordset#

Module Contents#

Classes#

Class

Description

TableFromTFRecordSet

A table populated from a TensorFlow RecordSet object

API#

class tlc.core.objects.tables.from_python_object.table_from_tf_recordset.TableFromTFRecordSet(url: Optional[tlc.core.url.Url] = None)#

Bases: tlc.core.objects.table.Table

A table populated from a TensorFlow RecordSet object

Parameters:
  • url – The URL of the table.

  • created – The creation time of the table.

  • description – The description of the table.

  • row_cache_url – The URL of the row cache.

  • row_cache_populated – Whether the row cache is populated.

  • override_table_rows_schema – The schema to override the table rows schema.

  • init_parameters – The initial parameters of the table.