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.11.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. It allows you to submit input data to the deployed model and receive predictions as output.

Prerequisites 

This step requires the AWS Bedrock module to be installed before it will be available in the toolbox.  

V9 users must install the AWS Bedrock dependency in order for these steps to appear


Properties

AWS Bedrock Settings

PropertyDescriptionData Type
Specify Model NameWhen enabled, will make a dropdown to allow the user to select which AI model is asked the prompt.Boolean
Escape JSON In TextWhen enabled, automatically removes JSON from inputted text on submission.Boolean
Override Prediction ParametersWhen enabled, allows the user to create a custom series of parameters to be applied on prompt submission.Boolean

AWS Settings

PropertyDescriptionData Type
Specify AWS CredentialsWhen enabled, creates two new inputs, AWS API Access Key and AWS API Secret Key forcing the user to input required credentials prior to a prompt running.Boolean
AWS RegionAllows for region selection.AmazonAWSRegion

Inputs

PropertyDescriptionData Type
PromptString submitted to AI model intended to have a prediction returned.String

Outputs

PropertyDescriptionData Type
Done


ResultModel outputList of BedrockPredictionResult