UserSettings constructor

UserSettings({
  1. String? executionRole,
  2. JupyterServerAppSettings? jupyterServerAppSettings,
  3. KernelGatewayAppSettings? kernelGatewayAppSettings,
  4. List<String>? securityGroups,
  5. SharingSettings? sharingSettings,
  6. TensorBoardAppSettings? tensorBoardAppSettings,
})

Implementation

UserSettings({
  this.executionRole,
  this.jupyterServerAppSettings,
  this.kernelGatewayAppSettings,
  this.securityGroups,
  this.sharingSettings,
  this.tensorBoardAppSettings,
});