DomainStudioWebPortalSettings

data class DomainStudioWebPortalSettings(val hiddenAppTypes: List<DomainAppType>? = null, val hiddenMlTools: List<DomainMlTools>? = 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<DomainAppType>? = null, hiddenMlTools: List<DomainMlTools>? = 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 machine learning tools that are hidden from the Studio left navigation pane.