Basic Information

appmixer.ai.bedrock.CreateBatchInferenceJob

1.0.1

Public

Create a batch inference job to invoke a model on multiple prompts (100+).

Input Ports

in

FieldTypeDescription
Job Name text The name of the job.
Role ARN text IAM Role: Ensure that the IAM role specified in roleArn has the necessary permissions for both Bedrock operations and access to the specified S3 buckets. Example arn:aws:iam::123456789:role/bedrock-model-invocation-role.
Input S3 Object Bucket text You can pass a JSONL file stored in your S3 as an input to your model. See AWS documentation for more details. Select a bucket where your S3 object is located.
Input S3 Object Key text You can pass a JSONL file stored in your S3 as an input to your model. See AWS documentation for more details. Enter an object key to use as input to your model.
Output S3 Object Bucket text The bucket for the output results.
Output S3 Object Key text The path to the results. For example results/.
Region text Your AWS instance region. If not select, us-east-1 will be used as default.
Model text ID of the model to use.

Output Ports

out

FieldTypeDescription
Job -
Input -

job

FieldTypeDescription
Job -
Input -

Full Metadata