[
  {
    "metadataOutputVersion" : "3.0",
    "shortDescription" : "This model is a mul_latin text classifier (version 11) which classifies ids according to set {positive,negative}",
    "outputSchema" : [
      {
        "isOptional" : "0",
        "formattedType" : "String",
        "type" : "String",
        "name" : "label",
        "shortDescription" : "Text label"
      }
    ],
    "modelParameters" : [

    ],
    "specificationVersion" : 8,
    "isUpdatable" : "0",
    "stateSchema" : [

    ],
    "availability" : {
      "macOS" : "14.0",
      "tvOS" : "17.0",
      "visionOS" : "1.0",
      "watchOS" : "10.0",
      "iOS" : "17.0",
      "macCatalyst" : "17.0"
    },
    "modelType" : {
      "name" : "MLModelType_textClassifier"
    },
    "inputSchema" : [
      {
        "isOptional" : "0",
        "formattedType" : "String",
        "type" : "String",
        "name" : "text",
        "shortDescription" : "Input text"
      }
    ],
    "classLabels" : [
      "negative",
      "positive"
    ],
    "generatedClassName" : "bert_multilingual",
    "userDefinedMetadata" : {
      "modelVersion" : "1.0"
    },
    "method" : "predict"
  }
]