nemo_microservices.types.customization.comp_coding_environment_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.customization.comp_coding_environment_param.CompCodingEnvironmentParam#
Bases:
typing_extensions.TypedDict- name: typing_extensions.Literal[comp_coding]#
None
Name of the task-specific environment that the dataset schema is designed to be used with. This field is automatically added to Dataset Rows based on the Environment selection.
- num_processes: int#
None
The number of concurrent processes running tests for verification.
- unit_test_timeout_secs: int#
None
How long to allow each test case to run before terminating the test.