The Open API specification for Synapse is now available for download!

Download Open API Spec

CancelControl

org.sagebionetworks.evaluation.model.CancelControl

This object contains information that is used to control if a submission could be cancelled.

Field Type Description
submissionId STRING The unique, immutable Synapse ID of the Submission.
userId STRING The ID of the user who submitted this Submission.
canCancel BOOLEAN Can this submission be cancelled? By default, this will be set to False. Users can read this value. Only the queue's scoring application can change this value.
cancelRequested BOOLEAN Has user requested to cancel this submission? By default, this will be set to False. Submission owner can read and request to change this value.