Share via


RunStepDeltaCodeInterpreterImageOutputObject Class

Definition

Represents the data for a streaming run step's Code Interpreter tool call image output.

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

Properties

Name Description
FileId

The file ID for the image.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RunStepDeltaCodeInterpreterImageOutputObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDeltaCodeInterpreterImageOutputObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDeltaCodeInterpreterImageOutputObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaCodeInterpreterImageOutputObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeltaCodeInterpreterImageOutputObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to