chore: improve commands examples after field experience

This commit is contained in:
Michele Cereda
2024-02-15 20:55:12 +01:00
parent b1f656987e
commit 8aa1cba088
5 changed files with 32 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ aws sagemaker list-endpoint-configs --output 'yaml-stream' --query 'EndpointConf
aws sagemaker list-endpoint-configs --output 'json' --query 'EndpointConfigs[].EndpointConfigName' | jq -r '.[]' -
# Describe all SageMaker EndpointConfigurations.
aws sagemaker list-endpoint-configs … | xargs -n '1' aws sagemaker describe-endpoint-config --endpoint-config-name
aws sagemaker list-endpoint-configs … \
| xargs -n '1' aws sagemaker describe-endpoint-config --endpoint-config-name
# List secrets stored in Secret Manager.