DeleteAnomalyAssessmentRecord {datarobot} | R Documentation |
Record is deleted with preview and explanations.
DeleteAnomalyAssessmentRecord(projectId, recordId)
projectId |
character. The ID of the project. |
recordId |
character. The ID of the anomaly assessment record. |
Other Anomaly Assessment functions:
GetAnomalyAssessmentExplanations()
,
GetAnomalyAssessmentPredictionsPreview()
,
InitializeAnomalyAssessment()
,
ListAnomalyAssessmentRecords()
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
recordId <- "59a5af20c80891534e3c2bdb"
explanations <- DeleteAnomalyAssessmentRecord(projectId, recordId)
## End(Not run)