Share via


UnknownCodeInterpreterOutput Constructors

Definition

Overloads

UnknownCodeInterpreterOutput()

Source:
UnknownCodeInterpreterOutput.cs

Initializes a new instance of UnknownCodeInterpreterOutput for deserialization.

public UnknownCodeInterpreterOutput();
Public Sub New ()

Applies to

UnknownCodeInterpreterOutput(CodeInterpreterOutputType, IDictionary<String,BinaryData>)

Source:
UnknownCodeInterpreterOutput.cs

Initializes a new instance of UnknownCodeInterpreterOutput.

public UnknownCodeInterpreterOutput(Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownCodeInterpreterOutput : Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutputType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownCodeInterpreterOutput
Public Sub New (type As CodeInterpreterOutputType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to