Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/bedrock/model-invocation-jobs \ --header 'Content-Type: application/json' \ --data ' { "roleArn": "<string>", "inputDataConfig": { "s3InputDataConfig": { "s3Uri": "<string>" } }, "outputDataConfig": { "s3OutputDataConfig": { "s3Uri": "<string>" } }, "modelId": "<string>", "jobName": "<string>", "timeoutDurationInHours": 123, "tags": [ { "key": "<string>", "value": "<string>" } ] } '
{ "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 }
Creates a batch inference job using AWS Bedrock format.
IAM role ARN for the job
Show child attributes
Model ID for the batch job (optional, can be specified in request)
Name for the batch job
Timeout in hours
Successful response
Submitted
InProgress
Completed
Failed
Stopping
Stopped
PartiallyCompleted
Expired
Validating
Scheduled
Was this page helpful?