Class MessageBatchStatus
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the status of a message batch.
public static class MessageBatchStatus
- Inheritance
-
MessageBatchStatus
- Inherited Members
Fields
Canceling
The status of a message batch that is being canceled.
public const string Canceling = "canceling"
Field Value
Ended
The status of a message batch that has ended.
public const string Ended = "ended"
Field Value
InProgress
The status of a message batch that is in progress.
public const string InProgress = "in_progress"