Class CfnUserProfile.StudioWebPortalSettingsProperty
Studio settings.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserProfile.StudioWebPortalSettingsProperty : CfnUserProfile.IStudioWebPortalSettingsProperty
Syntax (vb)
Public Class CfnUserProfile.StudioWebPortalSettingsProperty 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" },
HiddenInstanceTypes = new [] { "hiddenInstanceTypes" },
HiddenMlTools = new [] { "hiddenMlTools" },
HiddenSageMakerImageVersionAliases = new [] { new HiddenSageMakerImageProperty {
SageMakerImageName = "sageMakerImageName",
VersionAliases = new [] { "versionAliases" }
} }
};
Synopsis
Constructors
StudioWebPortalSettingsProperty() | Studio settings. |
Properties
HiddenAppTypes | The Applications supported in Studio that are hidden from the Studio left navigation pane. |
HiddenInstanceTypes | The instance types you are hiding from the Studio user interface. |
HiddenMlTools | The machine learning tools that are hidden from the Studio left navigation pane. |
HiddenSageMakerImageVersionAliases | The version aliases you are hiding from the Studio user interface. |
Constructors
StudioWebPortalSettingsProperty()
Studio settings.
public StudioWebPortalSettingsProperty()
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" },
HiddenInstanceTypes = new [] { "hiddenInstanceTypes" },
HiddenMlTools = new [] { "hiddenMlTools" },
HiddenSageMakerImageVersionAliases = new [] { new HiddenSageMakerImageProperty {
SageMakerImageName = "sageMakerImageName",
VersionAliases = new [] { "versionAliases" }
} }
};
Properties
HiddenAppTypes
The Applications supported in Studio that are hidden from the Studio left navigation pane.
public string[]? HiddenAppTypes { get; set; }
Property Value
string[]
Remarks
HiddenInstanceTypes
The instance types you are hiding from the Studio user interface.
public string[]? HiddenInstanceTypes { get; set; }
Property Value
string[]
Remarks
HiddenMlTools
The machine learning tools that are hidden from the Studio left navigation pane.
public string[]? HiddenMlTools { get; set; }
Property Value
string[]
Remarks
HiddenSageMakerImageVersionAliases
The version aliases you are hiding from the Studio user interface.
public object? HiddenSageMakerImageVersionAliases { get; set; }