citrine.informatics.predictors.single_prediction module
- class citrine.informatics.predictors.single_prediction.SinglePrediction(material_id: UUID, identifiers: List[str], material: DesignMaterial)
Bases:
Serializable
[SinglePrediction
]A Citrine Single Prediction.
This class represents the result of a prediction made using a predictor.
- classmethod build(data: dict) Self
Build an instance of this object from given data.
- dump() dict
Dump this instance.
- identifiers = None
- material = None
- material_id = None