Skip to main content
This reference describes each of the YAML parameters available when configuring each of the task types supported by the Batch Processing API.
worker
UserComponentParameters
Example configuration
worker:
  config:
    batch_size: 32
    classifier_config:
      metric: euclidean
      n_neighbors: 5
      normalize_embeddings: false
      weights: uniform
    flush_every_n_iteration: 150
    model_type: omega_1_4_base
    reader_config:
      data_columns:
        - c1
        - c2
        - c3
      step_size: 1024
      timestamp_column: timestamp
      window_size: 64
  parallelism: 1