你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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