Token
class PipelineToken
PipelineTokenToken class is used among all the stores in the pipeline. Typically generated from token() on PyotCore objects.
Definitions:
__init__model:strName of the pipeline.
server:strName of the server (region/platform/locale).
method:strName of the method endpoint.
params:Dict[str, Any]Dict containing the params.
queries:Dict[str, Any]Dict containing the queries params.
__hash__->strReturns the hash of the token.
Attributes:
value:strhashval:strmodel:strserver:strmethod:strparams:Dict[str, str]queries:Dict[str, Any]
Methods:
staticmethod
parse_params->strdic:Dict
staticmethod
parse_queries->strdic:Dict
classmethod
load->PipelineTokendic:Dict
method
dict->Dict
Last updated