ArmMachineLearningModelFactory.MachineLearningScriptReference 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.
Script reference.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningScriptReference MachineLearningScriptReference(string scriptSource = default, string scriptData = default, string scriptArguments = default, string timeout = default);
static member MachineLearningScriptReference : string * string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningScriptReference
Public Shared Function MachineLearningScriptReference (Optional scriptSource As String = Nothing, Optional scriptData As String = Nothing, Optional scriptArguments As String = Nothing, Optional timeout As String = Nothing) As MachineLearningScriptReference
Parameters
- scriptSource
- String
The storage source of the script: inline, workspace.
- scriptData
- String
The location of scripts in the mounted volume.
- scriptArguments
- String
Optional command line arguments passed to the script to run.
- timeout
- String
Optional time period passed to timeout command.
Returns
A new MachineLearningScriptReference instance for mocking.