User Profile User Settings
data class UserProfileUserSettings(val executionRole: String? = null, val jupyterServerAppSettings: UserProfileJupyterServerAppSettings? = null, val kernelGatewayAppSettings: UserProfileKernelGatewayAppSettings? = null, val rStudioServerProAppSettings: UserProfileRStudioServerProAppSettings? = null, val securityGroups: List<String>? = null, val sharingSettings: UserProfileSharingSettings? = null)
A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.
Constructors
Link copied to clipboard
fun UserProfileUserSettings(executionRole: String? = null, jupyterServerAppSettings: UserProfileJupyterServerAppSettings? = null, kernelGatewayAppSettings: UserProfileKernelGatewayAppSettings? = null, rStudioServerProAppSettings: UserProfileRStudioServerProAppSettings? = null, securityGroups: List<String>? = null, sharingSettings: UserProfileSharingSettings? = null)