Class MessageBatchRequestCounts
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the counts of requests in a batch of messages.
public class MessageBatchRequestCounts
- Inheritance
-
MessageBatchRequestCounts
- Inherited Members
Properties
Canceled
Gets the number of requests in the batch that were cancelled.
public int Canceled { get; init; }
Property Value
Errored
Gets the number of requests in the batch that errored.
public int Errored { get; init; }
Property Value
Expired
Gets the number of requests in the batch that expired.
public int Expired { get; init; }
Property Value
Processing
Gets the number of requests in the batch that are processing.
public int Processing { get; init; }
Property Value
Succeeded
Gets the number of requests in the batch that succeeded.
public int Succeeded { get; init; }