Share via


IncompleteRunDetails Struct

Definition

The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

public readonly struct IncompleteRunDetails : IEquatable<Azure.AI.Projects.IncompleteRunDetails>
type IncompleteRunDetails = struct
Public Structure IncompleteRunDetails
Implements IEquatable(Of IncompleteRunDetails)
Inheritance
IncompleteRunDetails
Implements

Constructors

IncompleteRunDetails(String)

Initializes a new instance of IncompleteRunDetails.

Properties

MaxCompletionTokens

Maximum completion tokens exceeded.

MaxPromptTokens

Maximum prompt tokens exceeded.

Methods

Equals(IncompleteRunDetails)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IncompleteRunDetails, IncompleteRunDetails)

Determines if two IncompleteRunDetails values are the same.

Implicit(String to IncompleteRunDetails)

Converts a String to a IncompleteRunDetails.

Inequality(IncompleteRunDetails, IncompleteRunDetails)

Determines if two IncompleteRunDetails values are not the same.

Applies to