Compartilhar via


AIProjectsModelFactory.RunStepCodeInterpreterImageOutput Method

Definition

Initializes a new instance of RunStepCodeInterpreterImageOutput.

public static Azure.AI.Projects.RunStepCodeInterpreterImageOutput RunStepCodeInterpreterImageOutput (Azure.AI.Projects.RunStepCodeInterpreterImageReference image = default);
static member RunStepCodeInterpreterImageOutput : Azure.AI.Projects.RunStepCodeInterpreterImageReference -> Azure.AI.Projects.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