Condividi tramite


RunStepStatus Struct

Definition

Possible values for the status of a run step.

public readonly struct RunStepStatus : IEquatable<Azure.AI.OpenAI.Assistants.RunStepStatus>
type RunStepStatus = struct
Public Structure RunStepStatus
Implements IEquatable(Of RunStepStatus)
Inheritance
RunStepStatus
Implements

Constructors

RunStepStatus(String)

Initializes a new instance of RunStepStatus.

Properties

Cancelled

Represents a run step that was cancelled.

Completed

Represents a run step that successfully completed.

Expired

Represents a run step that expired before otherwise finishing.

Failed

Represents a run step that failed.

InProgress

Represents a run step still in progress.

Methods

Equals(RunStepStatus)

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(RunStepStatus, RunStepStatus)

Determines if two RunStepStatus values are the same.

Implicit(String to RunStepStatus)

Converts a string to a RunStepStatus.

Inequality(RunStepStatus, RunStepStatus)

Determines if two RunStepStatus values are not the same.

Applies to