Share via


RunStepDeltaMessageCreationObject Class

Definition

Represents the data within a streaming run step message creation response object.

public class RunStepDeltaMessageCreationObject : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RunStepDeltaMessageCreationObject>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RunStepDeltaMessageCreationObject>
type RunStepDeltaMessageCreationObject = class
    interface IJsonModel<RunStepDeltaMessageCreationObject>
    interface IPersistableModel<RunStepDeltaMessageCreationObject>
Public Class RunStepDeltaMessageCreationObject
Implements IJsonModel(Of RunStepDeltaMessageCreationObject), IPersistableModel(Of RunStepDeltaMessageCreationObject)
Inheritance
RunStepDeltaMessageCreationObject
Implements

Properties

MessageId

The ID of the newly-created message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDeltaMessageCreationObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDeltaMessageCreationObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDeltaMessageCreationObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaMessageCreationObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeltaMessageCreationObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to