Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/bedrock/model-invocation-jobs/{jobIdentifier}
{ "jobArn": "<string>", "status": "Submitted", "jobName": "<string>", "modelId": "<string>", "roleArn": "<string>", "inputDataConfig": {}, "outputDataConfig": {}, "vpcConfig": { "securityGroupIds": [ "<string>" ], "subnetIds": [ "<string>" ] }, "submitTime": "2023-11-07T05:31:56Z", "lastModifiedTime": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z", "message": "<string>", "clientRequestToken": "<string>", "jobExpirationTime": "2023-11-07T05:31:56Z", "timeoutDurationInHours": 123 }
Retrieves a batch inference job using AWS Bedrock format.
Job identifier
Successful response
Submitted
InProgress
Completed
Failed
Stopping
Stopped
PartiallyCompleted
Expired
Validating
Scheduled
Show child attributes
Was this page helpful?