aws / aws/sagemaker-hyperpod-cli

Describe cluster doesn't take cluster name as parameter

Open
#301 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.