Hugging Face · JSON Structure

Hugging Face Inference Endpoints Update Endpoint Request Structure

Type: object Properties: 3

UpdateEndpointRequest is a JSON Structure definition published by Hugging Face, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type compute model

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateEndpointRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "compute": {
      "type": "object"
    },
    "model": {
      "type": "object"
    }
  }
}