IJobBaseProperties.ExperimentName Property
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.
[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