RunStepDetails Class

Definition

An abstract representation of the details for a run step. Please note RunStepDetails 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 RunStepMessageCreationDetails and RunStepToolCallDetails.

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

Constructors

RunStepDetails()

Initializes a new instance of RunStepDetails.

Explicit Interface Implementations

IJsonModel<RunStepDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to