Cannot stop bedrock model evulation jobs

0

Status remains 'stopping' even when I have tried to stop them in 3 different ways without seeing any error messages. Models in evaluation jobs are: foundation-model/ai21.j2-mid-v1 and foundation-model/amazon.titan-text-lite-v1

  1. Clicked 'Stop Evaluation' in Bedrock (in Assessment & deployment, Model Evaluation)
  2. Used AWS SDK boto3 Python
    • latest version boto3 1.34.97
    • role includes: AmazonBedRockFullAccess
    • command: client = boto3.client('bedrock') response = client.stop_evaluation_job( jobIdentifier="arn:aws:bedrock:us-xxxxxxxxxxxxxxxx" }
  3. Used AWS CLI v2 aws bedrock stop-evaluation-job --job-identifier arn:aws:bedrock:xxxxxxxxxxxxxxxxxxx

What else can I try to stop these bedrock model evaluation jobs?

Esa
gefragt vor einem Monat183 Aufrufe
1 Antwort
0

Sorry to hear that you're coming across issues when trying to stop the Bedrock model evaluation job. It seems like you did try all the available options - via Bedrock console, AWS SDK and AWS CLI to stop this job. Unfortunately these are the only options available to the end user. For any further help needed, please reach out by opening a support case with AWS.

AWS
beantwortet vor 4 Stunden

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