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

Get Generative AI Prediction

Prev Next
Step Details
Introduced in Version9.14
Last Modified in Version9.14
LocationAI > Google Vertex

The Get Generative AI Prediction step generates natural language responses based on input prompts using Google Vertex AI's generative capabilities. This step enables various natural language generation tasks, such as summarization, question answering, or creative writing.

Prerequisites 

Refer to Google Vertex AI for setup instructions before using the step.

Additionally, ensure that the Google Cloud module dependency is installed, as it is required for this step to function. 


Properties

Inputs

PropertyDescriptionData Type
ContextProvides instructions to guide the AI's response. Helps shape the tone, style, or purpose of the output.
String
MessagesA list of user inputs forming the conversation. Each message contributes to the prompt sent to the generative model.
List of Objects

Outputs

PropertyDescriptionData Type
ResultModel response to the given context and list of user messages.List of String

Example Inputs and Outputs