Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
-
JupyterLab
-
Editor Kode
Prasyarat
-
aws sagemaker update-domain --domain-iddomain-id\ --default-space-settings file://file-system-settings.json
-
aws sagemaker update-domain --domain-iddomain-id\ --default-user-settings file://file-system-settings.json
-
aws sagemaker update-user-profile --domain-iddomain-id\ --user-profile-nameuser-profile-name\ --user-settings file://file-system-settings.json
contoh
{ "ExecutionRole": "execution-role-arn" }
ExecutionRole
{ "CustomPosixUserConfig": { "Uid":UID, "Gid":GID} }
CustomPosixUserConfig-
catatan
-
-
Gunakan perintah
update-user-profile.
-
Uid-
Gid-
-
aws sagemaker create-space \ --space-namespace-name\ --domain-iddomain-id\ --ownership-settings "OwnerUserProfileName=user-profile-name" \ --space-sharing-settings "SharingType=Private" \ --space-settings file://space-settings.json