nemo_microservices.types.jobs.task_create_or_update_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.jobs.task_create_or_update_params.TaskCreateOrUpdateParams#

Bases: typing_extensions.TypedDict

error_details: Dict[str, object]#

None

error_stack: str#

None

job_id: typing_extensions.Required[str]#

None

status: nemo_microservices.types.jobs.platform_job_status.PlatformJobStatus#

None

Enumeration of possible job statuses.

This enum represents the various states a job can be in during its lifecycle, from creation to a terminal state.

step_name: typing_extensions.Required[str]#

None