github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/JobShardingConfig.md (about)

     1  # JobShardingConfig
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **batch_size** | **int** | how many \"items\" are to be processed in each shard we first apply the glob pattern which will result in a flat list of items this number decides how to group that flat list into actual shards run by compute nodes | [optional] 
     7  **glob_pattern** | **str** | divide the inputs up into the smallest possible unit for example /* would mean \"all top level files or folders\" this being an empty string means \"no sharding\" | [optional] 
     8  **glob_pattern_base_path** | **str** | when using multiple input volumes what path do we treat as the common mount path to apply the glob pattern to | [optional] 
     9  
    10  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    11  
    12