nextpyp.client.gen.ClusterJobData#

class nextpyp.client.gen.ClusterJobData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

ClusterJobData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

cluster_job_id

(no description yet)

web_name

(no description yet)

cluster_name

(no description yet)

status

(no description yet)

array_info

(no description yet)

Details

__init__(cluster_job_id, web_name, cluster_name, status, array_info)#
Parameters:
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:

ClusterJobData

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

status: RunStatus#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

web_name: Optional[str]#

(no description yet)