Class CfnUserProfile.StudioWebPortalSettingsProperty
Studio settings.
Inheritance
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StudioWebPortalSettingsProperty : Object, CfnUserProfile.IStudioWebPortalSettingsProperty
Syntax (vb)
Public Class StudioWebPortalSettingsProperty
Inherits Object
Implements CfnUserProfile.IStudioWebPortalSettingsProperty
Remarks
If these settings are applied on a user level, they take priority over the settings applied on a domain level.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var studioWebPortalSettingsProperty = new StudioWebPortalSettingsProperty {
HiddenAppTypes = new [] { "hiddenAppTypes" },
HiddenMlTools = new [] { "hiddenMlTools" }
};
Synopsis
Constructors
Studio |
Properties
Hidden |
The Applications supported in Studio that are hidden from the Studio left navigation pane. |
Hidden |
The machine learning tools that are hidden from the Studio left navigation pane. |
Constructors
StudioWebPortalSettingsProperty()
public StudioWebPortalSettingsProperty()
Properties
HiddenAppTypes
The Applications supported in Studio that are hidden from the Studio left navigation pane.
public string[] HiddenAppTypes { get; set; }
Property Value
System.
Remarks
HiddenMlTools
The machine learning tools that are hidden from the Studio left navigation pane.
public string[] HiddenMlTools { get; set; }
Property Value
System.