pub async fn aggregate_batch_results(
client: &Client<OpenaiEnvironmentImpl>,
batch_id: &str,
) -> Result<BatchProcessingMetrics>Expand description
Aggregate and analyze batch results
ยงErrors
Returns an error if batch status retrieval fails or result aggregation encounters issues.