IJobScheduleAction.JobDefinitionExperimentName Property

Definition

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="experimentName", Update=false)]
public string JobDefinitionExperimentName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="experimentName", Update=false)>]
member this.JobDefinitionExperimentName : string with get, set
Public Property JobDefinitionExperimentName As String

Property Value

Attributes

Applies to