nemo_microservices.types.customization.comp_coding_environment#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.comp_coding_environment.CompCodingEnvironment(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

name: Optional[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: Optional[int]#

None

The number of concurrent processes running tests for verification.

unit_test_timeout_secs: Optional[int]#

None

How long to allow each test case to run before terminating the test.