You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get information about the idle time in my domain and space. It's already setted through aws cdk and I can see those settings from the console.
I would expect it to show configuration for the jupyterLabAppSettings as well
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
aws sagemaker describe-domain should show the app settings similar than the console. aws sagemaker describe-space should show the settings from the space instead of an empty object.
Current Behavior
Using aws sagemaker describe-domain miss information for the DefaultSpaceSettings like the CodeEditorAppSettings and JupyterLabAppSettings.
Using aws sagemaker describe-space miss information for the SpaceSettings, it shows an empty object.
Reproduction Steps
Run aws sagemaker describe-domain or aws sagemaker describe-space for a domain with custom app settings defined.
Thanks for reaching out. I see that you are using CLI v2.13.32 which is a little over a year old. I also see, that the jupyterLabAppSettings property was introduced a little over a year ago. This leads me to believe that you are just using an older version of the CLI. You can verify that before updating your CLI version by running the same command just with the --debug flag. If you inspect the raw http response from the debug flag, you might be able to see that data being returned, but the deserialized response that you see without running that flag might not have that data. That points to a version mismatch.
Please give it a try, and let me know how it goes.
adev-code
added
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
and removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
labels
Dec 11, 2024
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
I'm trying to get information about the idle time in my domain and space. It's already setted through aws cdk and I can see those settings from the console.
but using
aws cli
to get information about my domain shows an incomplete configuration:I would expect it to show configuration for the
jupyterLabAppSettings
as wellRegression Issue
Expected Behavior
aws sagemaker describe-domain
should show the app settings similar than the console.aws sagemaker describe-space
should show the settings from the space instead of an empty object.Current Behavior
Using
aws sagemaker describe-domain
miss information for theDefaultSpaceSettings
like theCodeEditorAppSettings
andJupyterLabAppSettings
.Using
aws sagemaker describe-space
miss information for theSpaceSettings
, it shows an empty object.Reproduction Steps
Run
aws sagemaker describe-domain
oraws sagemaker describe-space
for a domain with custom app settings defined.Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.13.32 Python/3.11.6 Linux/5.15.167.4-microsoft-standard-WSL2 exe/x86_64.ubuntu.22 prompt/off
Environment details (OS name and version, etc.)
NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)"
The text was updated successfully, but these errors were encountered: