deleteEvaluation
inline suspend fun MachineLearningClient.deleteEvaluation(crossinline block: DeleteEvaluationRequest.Builder.() -> Unit): DeleteEvaluationResponse
Assigns the DELETED
status to an Evaluation
, rendering it unusable.
After invoking the DeleteEvaluation
operation, you can use the GetEvaluation
operation to verify that the status of the Evaluation
changed to DELETED
.
Caution: The results of the DeleteEvaluation
operation are irreversible.