RagCandidate
data_models.response_model.RagCandidate()
Represents a candidate classification code with associated information.
Attributes
| Name | Type | Description |
|---|---|---|
| class_code | str | Plausible classification code based on the respondent’s data. |
| class_descriptive | str | Descriptive label of the classification category associated with class_code. |
| likelihood | float | Likelihood of this class_code with a value between 0 and 1. |