Error when deleting Inference Endpoint in Sagemaker using CLI

0

I am trying to delete my inference endpoint using the AWS CLI because I can't do so via the Studio. However, when I try to list the inference components using

aws sagemaker list-inference-components

command, I am getting an error of 'aws: error: argument operation: Invalid choice'. There does not seem to be a list-inference-components command in the AWS CLI . I tried using boto3 and got into the same error. Can someone please help?

2 Antworten
0
Akzeptierte Antwort

Hello.

The command exists.
Also, if you are running the command with options, check that the options are set correctly.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sagemaker/list-inference-components.html

Please upgrade the AWS CLI version to the latest version and try again.
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Or try setting the AWS CLI execution environment to CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html

profile picture
EXPERTE
beantwortet vor 4 Monaten
profile pictureAWS
EXPERTE
überprüft vor 4 Monaten
0

It works after upgrading the AWS CLI - thanks!

AWS
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen