create_batch_input_file

Function create_batch_input_file 

Source
pub fn create_batch_input_file(
    requests: &[GptBatchAPIRequest],
    batch_input_filename: impl AsRef<Path>,
) -> Result<(), BatchInputCreationError>