DeleteAnomalyAssessmentRecord {datarobot} | R Documentation |
Delete anomaly assessment record.
Description
Record is deleted with preview and explanations.
Usage
DeleteAnomalyAssessmentRecord(projectId, recordId)
Arguments
projectId |
character. The ID of the project. |
recordId |
character. The ID of the anomaly assessment record. |
See Also
Other Anomaly Assessment functions:
GetAnomalyAssessmentExplanations()
,
GetAnomalyAssessmentPredictionsPreview()
,
InitializeAnomalyAssessment()
,
ListAnomalyAssessmentRecords()
Examples
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
recordId <- "59a5af20c80891534e3c2bdb"
explanations <- DeleteAnomalyAssessmentRecord(projectId, recordId)
## End(Not run)
[Package datarobot version 2.18.6 Index]