Share via


RunStepDeltaCodeInterpreterImageOutput Class

Definition

Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection.

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

Properties

Image

The image data for the Code Interpreter tool call output.

Index

The index of the output in the streaming run step tool call's Code Interpreter outputs array.

(Inherited from RunStepDeltaCodeInterpreterOutput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDeltaCodeInterpreterImageOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDeltaCodeInterpreterImageOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RunStepDeltaCodeInterpreterOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RunStepDeltaCodeInterpreterOutput)
IJsonModel<RunStepDeltaCodeInterpreterOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RunStepDeltaCodeInterpreterOutput)
IPersistableModel<RunStepDeltaCodeInterpreterImageOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaCodeInterpreterImageOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeltaCodeInterpreterImageOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RunStepDeltaCodeInterpreterOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RunStepDeltaCodeInterpreterOutput)
IPersistableModel<RunStepDeltaCodeInterpreterOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RunStepDeltaCodeInterpreterOutput)
IPersistableModel<RunStepDeltaCodeInterpreterOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RunStepDeltaCodeInterpreterOutput)

Applies to