update_label_validation
update_label_validation(project_id, custom_validation_enabled, validation_function, external_validation)
Parameters
external_validation = {
"enabled": True, # bool: Enable/disable external validation
"apiUrl": "https://...", # str: Validation API endpoint URL
"singleFrame": False, # bool: Validate only a single frame
"specificFrame": False, # bool: Validate a specific frame (or set of frames)
"frameNumbers": 5 # int: Number of frames to validate
}Example
Last updated