Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get AI Prediction

Prev Next
Step Details
Introduced in Version9.0.0
Last Modified in Version9.12.0
LocationAI > 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

PropertyDescriptionData Type
Specify Model NameWhen enabled, this step will create a dropdown that allows Users to select which AI model is asked the prompt.Boolean
Specify Model Prefix NameIf the model name requires a prefix, this setting enables Users to add a prefix to the box that appears.Boolean
Escape JSON In TextWhen enabled, this setting automatically removes JSON from inputted text on submission.Boolean
Override Prediction ParametersWhen enabled, this setting allows Users to create a custom series of parameters to be applied on prompt submission.Boolean

AWS Settings

PropertyDescriptionData Type
Specify AWS CredentialsWhen 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 RegionAllows for region selection.AmazonAWSRegion

Inputs

PropertyDescriptionData Type
PromptThis setting enables Users to create a prompt that will be submitted to the AI model and return a prediction. String

Outputs

PropertyDescriptionData Type
Done------

ResultThis is the output from the selected Model. List of BedrockPredictionResult


Step Changes

DescriptionVersionRelease DateDeveloper Task
A new property has been added to all AWS Bedrock steps called Specify Model Prefix Name.9.12June 2025[DT-044585]