RunStepUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The update type presented when the status of a run step changes.
public class RunStepUpdate : Azure.AI.Projects.StreamingUpdate<Azure.AI.Projects.RunStep>
type RunStepUpdate = class
inherit StreamingUpdate<RunStep>
Public Class RunStepUpdate
Inherits StreamingUpdate(Of RunStep)
- Inheritance
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET