Queue up changes to an object as part of the AI Actions flow. This overwrites any previous proposed changes.
Project ID
Sample ID
Job ID of an AI Actions job. This is passed into your job via the --propose-actions argument.
New label (single-label)
True if the current sample should be disabled; or false if it should not be disabled.
List of bounding boxes. The existing bounding boxes on the sample will be replaced (so if you want to add new bounding boxes, use the existing list as a basis).
Free form associated metadata. The existing metadata on the sample will be replaced (so if you want to add new metadata, use the existing list as a basis).
New label (multi-label)
Start index of the label (e.g. 0)
End index of the label (e.g. 3). This value is inclusive, so { startIndex: 0, endIndex: 3 } covers 0, 1, 2, 3.
The label for this section.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)