AIProjectsModelFactory.RunStepDeltaFunction(String, String, String) Method
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.
Initializes a new instance of RunStepDeltaFunction.
public static Azure.AI.Projects.RunStepDeltaFunction RunStepDeltaFunction(string name = default, string arguments = default, string output = default);
static member RunStepDeltaFunction : string * string * string -> Azure.AI.Projects.RunStepDeltaFunction
Public Shared Function RunStepDeltaFunction (Optional name As String = Nothing, Optional arguments As String = Nothing, Optional output As String = Nothing) As RunStepDeltaFunction
Parameters
- name
- String
The name of the function.
- arguments
- String
The arguments passed to the function as input.
- output
- String
The output of the function, null if outputs have not yet been submitted.
Returns
A new RunStepDeltaFunction instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET