nextpyp.client.gen.ClusterJobDataArrayInfo#

class nextpyp.client.gen.ClusterJobDataArrayInfo#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

ClusterJobDataArrayInfo

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

size

(no description yet)

started

(no description yet)

ended

(no description yet)

canceled

(no description yet)

failed

(no description yet)

Details

__init__(size, started, ended, canceled, failed)#
Parameters:
  • size (int) –

  • started (int) –

  • ended (int) –

  • canceled (int) –

  • failed (int) –

Return type:

None

canceled: int#

(no description yet)

ended: int#

(no description yet)

failed: int#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

ClusterJobDataArrayInfo

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

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

size: int#

(no description yet)

started: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]