DomainDefaultUserSettingsStudioWebPortalSettings

data class DomainDefaultUserSettingsStudioWebPortalSettings(val hiddenAppTypes: List<String>? = null, val hiddenInstanceTypes: List<String>? = null, val hiddenMlTools: List<String>? = null)

Constructors

constructor(hiddenAppTypes: List<String>? = null, hiddenInstanceTypes: List<String>? = null, hiddenMlTools: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hiddenAppTypes: List<String>? = null

The 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
val hiddenMlTools: List<String>? = null

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