你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersistentAgentsModelFactory.RunStepCodeInterpreterImageOutput Method

Definition

Initializes a new instance of RunStepCodeInterpreterImageOutput.

public static Azure.AI.Agents.Persistent.RunStepCodeInterpreterImageOutput RunStepCodeInterpreterImageOutput(Azure.AI.Agents.Persistent.RunStepCodeInterpreterImageReference image = default);
static member RunStepCodeInterpreterImageOutput : Azure.AI.Agents.Persistent.RunStepCodeInterpreterImageReference -> Azure.AI.Agents.Persistent.RunStepCodeInterpreterImageOutput
Public Shared Function RunStepCodeInterpreterImageOutput (Optional image As RunStepCodeInterpreterImageReference = Nothing) As RunStepCodeInterpreterImageOutput

Parameters

image
RunStepCodeInterpreterImageReference

Referential information for the image associated with this output.

Returns

A new RunStepCodeInterpreterImageOutput instance for mocking.

Applies to