nextpyp.client.gen.ClusterJobData#
- class nextpyp.client.gen.ClusterJobData#
Bases:
object(no description yet)
Methods
deserialize- rtype:
Creates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_ID(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- __init__(cluster_job_id, web_name, cluster_name, status, array_info)#
- Parameters:
cluster_job_id (str) –
web_name (str | None) –
cluster_name (str | None) –
status (RunStatus) –
array_info (ClusterJobDataArrayInfo | None) –
- Return type:
None
-
array_info:
Optional[ClusterJobDataArrayInfo]# (no description yet)
-
cluster_job_id:
str# (no description yet)
-
cluster_name:
Optional[str]# (no description yet)
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]
-
web_name:
Optional[str]# (no description yet)