type property

String? type
getter/setter pair

The type of provenance operation. Possible string values are:

  • "OPERATION_TYPE_UNSPECIFIED" : Operation type unspecified.
  • "ADD" : Add an element. Implicit if no parents are set for the provenance.
  • "REMOVE" : The element is removed. No parents should be set.
  • "REPLACE" : Explicitly replaces the element(s) identified by parents.
  • "EVAL_REQUESTED" : Element is requested for human review.
  • "EVAL_APPROVED" : Element is reviewed and approved at human review, confidence will be set to 1.0.
  • "EVAL_SKIPPED" : Element is skipped in the validation process.

Implementation

core.String? type;