Class that contains the result of a classification call on the Execution State.
More...
#include <mip/upe/classification_result.h>
Class that contains the result of a classification call on the Execution State.
◆ ~ClassificationResult()
| virtual ClassificationResult::~ClassificationResult |
( |
| ) |
|
|
inlinevirtual |
◆ ClassificationResult()
| ClassificationResult::ClassificationResult |
( |
| ) |
|
|
inlineprotected |
◆ GetConfidenceLevel()
| virtual int ClassificationResult::GetConfidenceLevel |
( |
| ) |
const |
|
pure virtual |
Get the confidence in the result.
◆ GetCount()
| virtual int ClassificationResult::GetCount |
( |
| ) |
const |
|
pure virtual |
Get the instance count.
- Returns
- the instance count.
◆ GetDetailedClassificationAttributes()
| virtual std::vector< std::shared_ptr< mip::DetailedClassificationResult > > ClassificationResult::GetDetailedClassificationAttributes |
( |
| ) |
const |
|
inlinevirtual |
Get the specific detection bands if the enchanced classification is enabled.
- Returns
- a vector of instance counts at different confidence thresholds
◆ GetId()
| virtual std::string ClassificationResult::GetId |
( |
| ) |
const |
|
pure virtual |
Get the ID of the classification policy.
- Returns
- ID of the classification policy.
◆ GetName()
| virtual std::string ClassificationResult::GetName |
( |
| ) |
const |
|
pure virtual |
Get the name of the classification policy.
- Returns
- name of the classification policy.
◆ GetSensitiveInformationDetections()
| virtual std::string ClassificationResult::GetSensitiveInformationDetections |
( |
| ) |
const |
|
pure virtual |
Get the sensitive information detections.
- Returns
- json string of all the sensitive information detections. if not empty must be a valid json format.
The documentation for this class was generated from the following file:
- src/api/mip/upe/classification_result.h