nextpyp.client.gen.RefinementBundleData#

class nextpyp.client.gen.RefinementBundleData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RefinementBundleData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

id

(no description yet)

job_id

(no description yet)

refinement_bundle_id

(no description yet)

iteration

(no description yet)

timestamp

(no description yet)

Details

__init__(id, job_id, refinement_bundle_id, iteration, timestamp)#
Parameters:
  • id (str) –

  • job_id (str) –

  • refinement_bundle_id (str) –

  • iteration (int) –

  • timestamp (int) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RefinementBundleData

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

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

id: str#

(no description yet)

iteration: int#

(no description yet)

job_id: str#

(no description yet)

refinement_bundle_id: str#

(no description yet)

timestamp: int#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]