MCPcopy Create free account
hub / github.com/tensorflow/datasets / builder

Method builder

tensorflow_datasets/core/logging/base_logger.py:139–147  ·  view source on GitHub ↗

Callback called when user calls `tfds.builder(...)`.

(
      self,
      *,
      metadata: call_metadata.CallMetadata,
      name: str,
      try_gcs: bool | None,
  )

Source from the content-addressed store, hash-verified

137 pass
138
139 def builder(
140 self,
141 *,
142 metadata: call_metadata.CallMetadata,
143 name: str,
144 try_gcs: bool | None,
145 ) -> None:
146 """Callback called when user calls `tfds.builder(...)`."""
147 pass
148
149 def dataset_collection(
150 self,

Callers 15

test_registeredMethod · 0.45
test_abstractMethod · 0.45
test_builder_fullnameMethod · 0.45
test_load_hf_datasetFunction · 0.45
test_builder_configFunction · 0.45
builderFunction · 0.45

Calls

no outgoing calls

Tested by 14

test_registeredMethod · 0.36
test_abstractMethod · 0.36
test_builder_fullnameMethod · 0.36
test_load_hf_datasetFunction · 0.36
test_builder_configFunction · 0.36
test_mock_data_autoFunction · 0.36