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.
Code interpreter output image.
public class CodeInterpreterOutputImage : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CodeInterpreterOutputImage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CodeInterpreterOutputImage>
type CodeInterpreterOutputImage = class
interface IJsonModel<CodeInterpreterOutputImage>
interface IPersistableModel<CodeInterpreterOutputImage>
Public Class CodeInterpreterOutputImage
Implements IJsonModel(Of CodeInterpreterOutputImage), IPersistableModel(Of CodeInterpreterOutputImage)
- Inheritance
-
CodeInterpreterOutputImage
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterOutputImage(Uri) |
Initializes a new instance of CodeInterpreterOutputImage. |
Properties
| Name | Description |
|---|---|
| Type |
The type of the output. Always |
| Url |
The URL of the image output from the code interpreter. |