kappa_sdk.user_tasks.Parameters#
- class kappa_sdk.user_tasks.Parameters(input_parameters, output_parameters)[source]#
User task parameters.
Provides access to input and output parameters of the user task.
Note
Should not be instantiated directly.
Attributes
Parameters.input
Gets the container for input
Parameters
.Parameters.output
Gets the container for output
Parameters
.Methods
- Parameters:
input_parameters (InputParameters)
output_parameters (OutputParameters)