2 Comments
The options --example-domain-id
and --example-user-profile-name
are not valid options for aws sagemaker update-user-profile
. I think the authors meant something like --domain-id <example-domain-id> --user-profile-name <example-user-profile-name>
. Please correct, otherwise it is confusing (and wrong).
Also, I keep seeing these long CLI commands as long one-liners, which are a pain to read even in big screens. Would it be possible to add line breaks to make the command more readable? Like this
aws sagemaker update-user-profile \
--domain-id <example-domain-id> \
--user-profile-name <example-user-profile-name> \
--user-settings ExecutionRole=$ROLE
?
Thanks.
replied a year ago
Thank you for your comment. We'll review and update the Knowledge Center article as needed.
Relevant content
- asked 2 years ago
- asked 8 months ago
- Accepted Answer
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago