Hugging Face · Schema

UpdateEndpointRequest

Properties

Name Type Description
type string
compute object
model object
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-endpoints-update-endpoint-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateEndpointRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "compute": {
      "type": "object"
    },
    "model": {
      "type": "object"
    }
  }
}