TypedValueMetadata
Property value metadata namespace.
| Name | Description | Type |
|---|---|---|
set_by | The set by type. | PropertySetByType |
reason | The reason a property was set. | string |
confidence | The confidence of value, if set by AI. | string |
batch_id | The 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.>"
}