Partager via


AIProjectsModelFactory.RunStepDeltaCodeInterpreterImageOutputObject Method

Definition

Initializes a new instance of RunStepDeltaCodeInterpreterImageOutputObject.

public static Azure.AI.Projects.RunStepDeltaCodeInterpreterImageOutputObject RunStepDeltaCodeInterpreterImageOutputObject (string fileId = default);
static member RunStepDeltaCodeInterpreterImageOutputObject : string -> Azure.AI.Projects.RunStepDeltaCodeInterpreterImageOutputObject
Public Shared Function RunStepDeltaCodeInterpreterImageOutputObject (Optional fileId As String = Nothing) As RunStepDeltaCodeInterpreterImageOutputObject

Parameters

fileId
String

The file ID for the image.

Returns

A new RunStepDeltaCodeInterpreterImageOutputObject instance for mocking.

Applies to