Table of Contents

Class RequestCounts

Namespace
OpenAI.Batch
Assembly
OpenAI-DotNet.dll
public sealed class RequestCounts
Inheritance
RequestCounts
Inherited Members

Properties

Completed

Number of requests that have been completed successfully.

[JsonInclude]
[JsonPropertyName("completed")]
public int Completed { get; }

Property Value

int

Failed

Number of requests that have failed.

[JsonInclude]
[JsonPropertyName("failed")]
public int Failed { get; }

Property Value

int

Total

Total number of requests in the batch.

[JsonInclude]
[JsonPropertyName("total")]
public int Total { get; }

Property Value

int