Compartilhar via


RunStepStreamEvent Struct

Definition

Run step operation related streaming events.

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

Constructors

RunStepStreamEvent(String)

Initializes a new instance of RunStepStreamEvent.

Properties

ThreadRunStepCancelled

Event sent when a run step is cancelled. The data of this event is of type RunStep.

ThreadRunStepCompleted

Event sent when a run step is completed. The data of this event is of type RunStep.

ThreadRunStepCreated

Event sent when a new thread run step is created. The data of this event is of type RunStep.

ThreadRunStepDelta

Event sent when a run step is being streamed. The data of this event is of type RunStepDeltaChunk.

ThreadRunStepExpired

Event sent when a run step is expired. The data of this event is of type RunStep.

ThreadRunStepFailed

Event sent when a run step fails. The data of this event is of type RunStep.

ThreadRunStepInProgress

Event sent when a run step moves to in_progress status. The data of this event is of type RunStep.

Methods

Equals(RunStepStreamEvent)

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

Determines if two RunStepStreamEvent values are the same.

Implicit(String to RunStepStreamEvent)

Converts a String to a RunStepStreamEvent.

Inequality(RunStepStreamEvent, RunStepStreamEvent)

Determines if two RunStepStreamEvent values are not the same.

Applies to