CodeInterpreterOutputImage 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 image output from the code interpreter.
public class CodeInterpreterOutputImage : Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputImage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputImage>
type CodeInterpreterOutputImage = class
inherit CodeInterpreterOutput
interface IUtf8JsonSerializable
interface IJsonModel<CodeInterpreterOutputImage>
interface IPersistableModel<CodeInterpreterOutputImage>
Public Class CodeInterpreterOutputImage
Inherits CodeInterpreterOutput
Implements IJsonModel(Of CodeInterpreterOutputImage), IPersistableModel(Of CodeInterpreterOutputImage)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterOutputImage() |
Initializes a new instance of CodeInterpreterOutputImage for deserialization. |
| CodeInterpreterOutputImage(CodeInterpreterOutputType, IDictionary<String,BinaryData>, Uri) |
Initializes a new instance of CodeInterpreterOutputImage. |
| CodeInterpreterOutputImage(Uri) |
Initializes a new instance of CodeInterpreterOutputImage. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the type. (Inherited from CodeInterpreterOutput) |
| Url |
The URL of the image output from the code interpreter. |
Methods
| Name | Description |
|---|---|
| DeserializeCodeInterpreterOutputImage(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |