Share via


RunStepDeltaCodeInterpreterLogOutput Class

Definition

Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection.

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

Properties

Index

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

(Inherited from RunStepDeltaCodeInterpreterOutput)
Logs

The text output from the Code Interpreter tool call.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDeltaCodeInterpreterLogOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunStepDeltaCodeInterpreterLogOutput>.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<RunStepDeltaCodeInterpreterLogOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaCodeInterpreterLogOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeltaCodeInterpreterLogOutput>.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