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": "<!< The reason a property was set.>",
"confidence": "<!< The confidence of value, if set by AI.>",
"batch_id": "<!< The batch id, if set by a batch process.>"
}