Class MessageBatchResultItem
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a message batch result item.
public class MessageBatchResultItem
- Inheritance
-
MessageBatchResultItem
- Inherited Members
Properties
CustomId
Gets the custom ID of the message batch result item.
[JsonPropertyName("custom_id")]
public string CustomId { get; init; }
Property Value
Result
Gets the result of the message batch result item.
public MessageBatchResult Result { get; init; }