- Using Studio
- Using Orchestration
- Scheduler Service
- Define Task
- Adding a Task
- When Component is Model
5.1.3.1.1 When Component is Model
Users need to provide additional task parameters when Component is selected as Model on the Create task pane.
To add a new task parameter for the model component, follow these steps:
- In the Scheduler Service (Define Task) page, select the Batch for which you want to add a new task from the drop-down list.
- Click Create task. The Create task pane is
displayed.For Task Details, see the Adding a Task section.
- In the Task Parameters, you can update the following details:
- Batch Date: Displays the batch execution date. You can enable or disable this parameter.
- Batch Run ID: Displays the batch execution run ID. You can enable or disable this parameter.
- Runskey: Displays the runskey. You can enable or disable this parameter.
- Objective: Select the Object which you want to use for execution. The Sub Objective is displayed with path. For example, if Test1 is Objective and Test11 is Sub Objective, and you want to use Test11 Objective for execution, then select this field as Test1/Test11.
- Model: Select the Model of selected Objective. It
can be any specific model of Objective or All models of Objective.
- If the ALL_CHAMPION is selected here, then Objectives with no Champion Model is skipped, and the Objectives with Champion Models gets executed.
- If CHAMPION is selected, and no Champion is present, then Model Execution gets fail.
- Link Type: Select the link type for execution. For example: Training, Scoring, or Training+Scoring.
- Synchronous Execution: You can set this parameter
to Yes or No.
- If Synchronous Execution is set to Yes, then execution will wait for the notebook execution status.
- If Synchronous Execution is set to No, then execution will not wait for the notebook execution status, it will trigger the notebook and update task status as successful in the batch monitor.
- Optional Parameters: This is used pass the
parameters dynamically.
For example:
model_group_name=LOB1,benford_flag=Y,benford_digit=1,from_date=01-Jul-2020,to_date=31-Jul-2021
Model_group is the parameter defined in model and value can be passed here.
Note:
Fields marked with * are mandatory fields.The Create Task window also shows the following Header Parameters:- user: Displays the logged in user name.
- workspace: Displays the launched workspace name.
- locale: Displays the locale. For example: en_US.
- Click Save to add the new task to task summary in the Define Task page.