FunctionCallRequest class reference

Properties

Name Type Description Notes
function str The name of the function to execute
task int The id of the task to be annotated
job int The id of the job to be annotated [optional]
max_distance int [optional]
threshold float [optional]
cleanup bool Whether existing annotations should be removed [optional] if omitted the server will use the default value of False
conv_mask_to_poly bool [optional] if omitted the server will use the default value of False
mapping {str: (LabelMappingEntryRequest,)} Label mapping from the model to the task labels [optional]