CodeInterpreterOutputLogs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The logs output from the code interpreter.
public class CodeInterpreterOutputLogs : Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputLogs>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputLogs>
type CodeInterpreterOutputLogs = class
inherit CodeInterpreterOutput
interface IUtf8JsonSerializable
interface IJsonModel<CodeInterpreterOutputLogs>
interface IPersistableModel<CodeInterpreterOutputLogs>
Public Class CodeInterpreterOutputLogs
Inherits CodeInterpreterOutput
Implements IJsonModel(Of CodeInterpreterOutputLogs), IPersistableModel(Of CodeInterpreterOutputLogs)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterOutputLogs() |
Initializes a new instance of CodeInterpreterOutputLogs for deserialization. |
| CodeInterpreterOutputLogs(CodeInterpreterOutputType, IDictionary<String,BinaryData>, String) |
Initializes a new instance of CodeInterpreterOutputLogs. |
| CodeInterpreterOutputLogs(String) |
Initializes a new instance of CodeInterpreterOutputLogs. |
Properties
| Name | Description |
|---|---|
| Logs |
The logs output from the code interpreter. |
| Type |
Gets or sets the type. (Inherited from CodeInterpreterOutput) |
Methods
| Name | Description |
|---|---|
| DeserializeCodeInterpreterOutputLogs(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |