DomainSettings

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.

Link copied to clipboard

A collection of settings that configure the domain's Docker interaction.

Link copied to clipboard

The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.

Link copied to clipboard

A collection of settings that configure the RStudioServerPro Domain-level app.

Link copied to clipboard

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

Link copied to clipboard

The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.

Functions

Link copied to clipboard
inline fun copy(block: DomainSettings.Builder.() -> Unit = {}): DomainSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String