Share via


IJobBaseProperties.ExperimentName 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(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) }, ReadOnly=false, Required=false, SerializedName="experimentName")]
public string ExperimentName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="experimentName")>]
member this.ExperimentName : string with get, set
Public Property ExperimentName As String

Property Value

Attributes

Applies to