citrine.informatics.predictors.node module
- class citrine.informatics.predictors.node.PredictorNode
Bases:
PolymorphicSerializable
[PredictorNode
],Predictor
An individual compute node within a Predictor.
A PredictorNode cannot be registered to the Citrine Platform by itself and must be included as a component within a GraphPredictor to be used.
- classmethod build(data: dict) SelfType
Build the underlying type.
- classmethod get_type(data) Type[PredictorNode]
Return the subtype.
- description = None
- name = None