Precision

enum titanq.Precision(value)

All precision level supported by TitanQ.

Use Precision.AUTO when you don’t know which one to use.

Member Type:

str

Valid values are as follows:

AUTO = <Precision.AUTO: 'auto'>
STANDARD = <Precision.STANDARD: 'standard'>
HIGH = <Precision.HIGH: 'high'>