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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET