Table of Contents

Class MessageBatchResultType

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents the types of message batch results.

public static class MessageBatchResultType
Inheritance
MessageBatchResultType
Inherited Members

Fields

Canceled

Represents a canceled message batch result.

public const string Canceled = "canceled"

Field Value

string

Errored

Represents an errored message batch result.

public const string Errored = "errored"

Field Value

string

Expired

Represents an expired message batch result.

public const string Expired = "expired"

Field Value

string

Succeeded

Represents a succeeded message batch result.

public const string Succeeded = "succeeded"

Field Value

string