Skip to main content

TypedValueMetadata

Property value metadata namespace.

NameDescriptionType
set_byThe set by type.PropertySetByType
reasonThe reason a property was set.string
confidenceThe confidence of value, if set by AI.string
batch_idThe batch id, if set by a batch process.string

Example

{
"set_by": 3 /* Enum: PropertySetByType */,
"reason": "<reason>",
"confidence": "<confidence>",
"batch_id": "<batch id>"
}