aws / aws/sagemaker-hyperpod-cli
Describe cluster doesn't take cluster name as parameter
- Dominant language
- Python
- Stars
- 41
- Forks
- 95
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 8
Description
Describe cluster doesn't take cluster name as parameter. This is an inconsistent behavior compared to how the other describe operations work (with the exception of cluster stack).
Examples:
```
% hyp describe hyp-pytorch-job
Usage: hyp describe hyp-pytorch-job [OPTIONS]
Try 'hyp describe hyp-pytorch-job --help' for help.
Error: Missing option '--job-name'.
% hyp describe hyp-custom-endpoint
Usage: hyp describe hyp-custom-endpoint [OPTIONS]
Try 'hyp describe hyp-custom-endpoint --help' for help.
Error: Missing option '--name'.
hyp describe hyp-jumpstart-endpoint
Usage: hyp describe hyp-jumpstart-endpoint [OPTIONS]
Try 'hyp describe hyp-jumpstart-endpoint --help' for help.
Error: Missing option '--name'.
```
Contributor guide
Assessment
This issue has not been assessed yet.