Building decision services
Decision services are where you create and verify your decisions. You can create an empty
decision service or start from a sample decision service.
Before you begin
You need to have a decision automation where you create your decision service. For more information about decision automations, see Building decision services in Decision Designer.
About this task
A decision service contains decision artifacts that implement a decision:
- Data model
- The representation of business concepts in the form of data types. Use data models to describe all the data that you need to make your decisions.
- Decision model
- The representation of a decision. It contains a diagram that describes a decision, its subdecisions, the data that is required to make these decisions, and how they are related to each other. It includes rules and decision tables that describe the decision logic.
- Generative AI model
- A generative AI model is an element within an AI system designed to interpret and process prompts to generate specific outputs. This model leverages machine learning models, such as language models, to produce content that aligns with the given instructions and context.
- Predictive model
- The representation of a prediction based on a machine learning model. Predictions are consumed by decision models and task models.
- Task model
- The implementation of a decision. It contains rule artifacts and a ruleflow to organize their execution.