Share via


IWorkspace.Kind Property

Definition

Type of workspace. Possible values: Default, Hub, Project, FeatureStore.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Type of workspace. Possible values: Default, Hub, Project, FeatureStore.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType) }, ReadOnly=false, Required=false, SerializedName="kind")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType? Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Type of workspace. Possible values: Default, Hub, Project, FeatureStore.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType) }, ReadOnly=false, Required=false, SerializedName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.WorkspaceType> with get, set
Public Property Kind As Nullable(Of WorkspaceType)

Property Value

Attributes

Applies to