UserProfileStudioWebPortalSettings

data class UserProfileStudioWebPortalSettings(val hiddenAppTypes: List<UserProfileAppType>? = null, val hiddenInstanceTypes: List<UserProfileAppInstanceType>? = null, val hiddenMlTools: List<UserProfileMlTools>? = null, val hiddenSageMakerImageVersionAliases: List<UserProfileHiddenSageMakerImage>? = null)

Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.

Constructors

Link copied to clipboard
constructor(hiddenAppTypes: List<UserProfileAppType>? = null, hiddenInstanceTypes: List<UserProfileAppInstanceType>? = null, hiddenMlTools: List<UserProfileMlTools>? = null, hiddenSageMakerImageVersionAliases: List<UserProfileHiddenSageMakerImage>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Applications supported in Studio that are hidden from the Studio left navigation pane.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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