Show / Hide Table of Contents

Class CfnUserProfile.StudioWebPortalSettingsProperty

Studio settings.

Inheritance
object
CfnUserProfile.StudioWebPortalSettingsProperty
Implements
CfnUserProfile.IStudioWebPortalSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html#cfn-sagemaker-userprofile-studiowebportalsettings-hiddenapptypes

HiddenInstanceTypes

The instance types you are hiding from the Studio user interface.

public string[]? HiddenInstanceTypes { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html#cfn-sagemaker-userprofile-studiowebportalsettings-hiddeninstancetypes

HiddenMlTools

The machine learning tools that are hidden from the Studio left navigation pane.

public string[]? HiddenMlTools { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html#cfn-sagemaker-userprofile-studiowebportalsettings-hiddenmltools

HiddenSageMakerImageVersionAliases

The version aliases you are hiding from the Studio user interface.

public object? HiddenSageMakerImageVersionAliases { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-studiowebportalsettings.html#cfn-sagemaker-userprofile-studiowebportalsettings-hiddensagemakerimageversionaliases

Implements

CfnUserProfile.IStudioWebPortalSettingsProperty
Back to top Generated by DocFX