PricingModel
Pricing model used to interpret pricing units.
Properties
string
"per_row""per_request""per_byte""tiered""passthrough"
View JSON Schema
{
"type": "string",
"description": "Pricing model used to interpret pricing units.",
"enum": [
"per_row",
"per_request",
"per_byte",
"tiered",
"passthrough"
]
}