UserSettings
import type { UserSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface UserSettings {
ExecutionRole?: string | null;
JupyterServerAppSettings?: JupyterServerAppSettings | null;
KernelGatewayAppSettings?: KernelGatewayAppSettings | null;
SecurityGroups?: string[] | null;
SharingSettings?: SharingSettings | null;
TensorBoardAppSettings?: TensorBoardAppSettings | null;
}§Properties
§
JupyterServerAppSettings?: JupyterServerAppSettings | null
[src]§
KernelGatewayAppSettings?: KernelGatewayAppSettings | null
[src]§
SharingSettings?: SharingSettings | null
[src]§
TensorBoardAppSettings?: TensorBoardAppSettings | null
[src]