Decision services are where you create and verify your decisions. You can create an empty
decision service or start from a sample decision service.
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.
Procedure
- From your decision automation, open the Decision services tab and
click New decision +.
- Choose whether to create an empty decision service or to create a decision service based
on a sample:
| Option |
Procedure |
| Create a decision service from scratch |
- Click Create decision service.
- Enter a name for the decision service.
- Select a language.
- Add a description.
- Edit the group ID of the decision service.
You need to follow a naming
convention when you enter a group ID. For more information about group IDs, see Editing group IDs.
- Click Create.
|
| Import existing decision services |
You can import .zip files. These files can contain multiple decision
services.
Restriction: Only decision services exported from Decision Designer and left unmodified after export can be
imported.
- Select Import decision service.
- Click Browse to select a file on your machine.
- Click Import.
|
| Import a sample |
A collection of samples is available in the Discovery tutorials,
Industry samples, and Localized samples tabs:
- The samples under Discovery tutorials are designed to help get you
started in Decision Designer.
- The samples under Practice tutorials are designed to help you learn best
practices for modeling decisions.
- The samples under Industry samples allow you to discover decision
services tailored for specific business applications.
- The samples under Localized samples show you an example of a simple
decision service in the different languages supported by Decision Designer.
To import a sample, select the sample that you want to import and click
Import.
Tip: You can find instructions for using the Discovery
tutorials and Practice tutorials under Quick-start
tutorials.
|
Results
Your decision service is created. You can now start working on models for the decision
service.