| Step Details | |
| Introduced in Version | 9.0.0 |
| Last Modified in Version | 9.12.0 |
| Location | AI > AWS Bedrock |
The Get AI Prediction step provides predictions or inferences from a trained machine learning model deployed on the AWS Bedrock platform. This step allows Users to submit input data to the deployed model and receive predictions as an output.
Prerequisites
This step requires the AWS Bedrock module to be installed before it will be available in the toolbox.
Version 9 users must install the AWS Bedrock dependency for any steps to appear.
Considerations
Get AI Prediction Step in v9.26+
For v9.26 and above, if the AWS Bedrock Module is not installed before upgrade, the Get AI Prediction Step will no longer be available in the step toolbox. If this Module has been installed at the time of upgrade, the Get AI Prediction Step will still be available.
Properties
AWS Bedrock Settings
| Property | Description | Data Type |
|---|---|---|
| Specify Model Name | When enabled, this step will create a dropdown that allows Users to select which AI model is asked the prompt. | Boolean |
| Specify Model Prefix Name | If the model name requires a prefix, this setting enables Users to add a prefix to the box that appears. | Boolean |
| Escape JSON In Text | When enabled, this setting automatically removes JSON from inputted text on submission. | Boolean |
| Override Prediction Parameters | When enabled, this setting allows Users to create a custom series of parameters to be applied on prompt submission. | Boolean |
AWS Settings
| Property | Description | Data Type |
|---|---|---|
| Specify AWS Credentials | When enabled, this setting creates two new inputs, AWS API Access Key and AWS API Secret Key, forcing Users to input required credentials prior to running a prompt. | Boolean |
| AWS Region | Allows for region selection. | AmazonAWSRegion |
Inputs
| Property | Description | Data Type |
|---|---|---|
| Prompt | This setting enables Users to create a prompt that will be submitted to the AI model and return a prediction. | String |
Outputs
| Property | Description | Data Type | |
|---|---|---|---|
| Done | --- | --- | |
| Result | This is the output from the selected Model. | List of BedrockPredictionResult | |

Step Changes
| Description | Version | Release Date | Developer Task |
|---|---|---|---|
| A new property has been added to all AWS Bedrock steps called Specify Model Prefix Name. | 9.12 | June 2025 | [DT-044585] |