Type Alias DatasetQueueLengthsResponse

DatasetQueueLengthsResponse: {
    chunk_queue_length: number;
    file_queue_length: number;
}

Type declaration

  • chunk_queue_length: number

    Number of chunks in the queue for the dataset

  • file_queue_length: number

    Number of files in the queue for the dataset