次の方法で共有


RunUpdate Class

Definition

The update type presented when the status of a ThreadRun has changed.

public class RunUpdate : Azure.AI.Projects.StreamingUpdate<Azure.AI.Projects.ThreadRun>
type RunUpdate = class
    inherit StreamingUpdate<ThreadRun>
Public Class RunUpdate
Inherits StreamingUpdate(Of ThreadRun)
Inheritance
Derived

Properties

UpdateKind

A value indicating what type of event this update represents.

(Inherited from StreamingUpdate)
Value

The underlying response value received with the streaming event.

(Inherited from StreamingUpdate<T>)

Applies to