StreamingDatasetConfig¶
Module: fast_llm.data.dataset.config
Variant of: SampledDatasetConfig — select with type: streaming
Inherits from: RedisConfig, SamplableDatasetConfig, SampledDatasetConfig
Fields¶
host—core-
Type:
strDefault:"localhost"Hostname or IP address of the Redis server.
port—core-
Type:
intDefault:6379Port number on which the Redis server is running.
timeout-
Type:
floatDefault:600.0Timeout (seconds) for sending and receiving data.