DeleteAnomalyAssessmentRecord: Delete anomaly assessment record.

View source: R/AnomalyAssessment.R

DeleteAnomalyAssessmentRecordR 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)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.