nextpyp.client.gen.RealTimeS2CClusterJobStart#

class nextpyp.client.gen.RealTimeS2CClusterJobStart#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CClusterJobStart

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

run_id

(no description yet)

job_id

(no description yet)

cluster_job_id

(no description yet)

Details

__init__(run_id, job_id, cluster_job_id)#
Parameters:
  • run_id (int) –

  • job_id (str) –

  • cluster_job_id (str) –

Return type:

None

cluster_job_id: str#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CClusterJobStart

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

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

job_id: str#

(no description yet)

run_id: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]