Share via


RunStepDeltaDetail Class

Definition

Represents a single run step detail item in a streaming run step's delta payload. Please note RunStepDeltaDetail is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RunStepDeltaMessageCreation and RunStepDeltaToolCallObject.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRunStepDeltaDetail))]
public abstract class RunStepDeltaDetail : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RunStepDeltaDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RunStepDeltaDetail>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownRunStepDeltaDetail))>]
type RunStepDeltaDetail = class
    interface IJsonModel<RunStepDeltaDetail>
    interface IPersistableModel<RunStepDeltaDetail>
Public MustInherit Class RunStepDeltaDetail
Implements IJsonModel(Of RunStepDeltaDetail), IPersistableModel(Of RunStepDeltaDetail)
Inheritance
RunStepDeltaDetail
Derived
Attributes
Implements

Constructors

RunStepDeltaDetail()

Initializes a new instance of RunStepDeltaDetail.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDeltaDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunStepDeltaDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDeltaDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunStepDeltaDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to