IStackEnsembleSettings.StackMetaLearnerKWarg 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.
Optional parameters to pass to the initializer of the meta-learner.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional parameters to pass to the initializer of the meta-learner.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerKWargs")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny StackMetaLearnerKWarg { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional parameters to pass to the initializer of the meta-learner.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerKWargs")>]
member this.StackMetaLearnerKWarg : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAny with get, set
Public Property StackMetaLearnerKWarg As IAny
Property Value
- Attributes