[
  {
    "metadataOutputVersion" : "3.0",
    "storagePrecision" : "Float32",
    "outputSchema" : [
      {
        "hasShapeFlexibility" : "0",
        "isOptional" : "0",
        "dataType" : "Double",
        "formattedType" : "MultiArray (Double 1 × 256 × 256)",
        "shortDescription" : "",
        "shape" : "[1, 256, 256]",
        "name" : "output1",
        "type" : "MultiArray"
      },
      {
        "hasShapeFlexibility" : "0",
        "isOptional" : "0",
        "dataType" : "Double",
        "formattedType" : "MultiArray (Double 1 × 1 × 1)",
        "shortDescription" : "",
        "shape" : "[1, 1, 1]",
        "name" : "output2",
        "type" : "MultiArray"
      }
    ],
    "modelParameters" : [

    ],
    "specificationVersion" : 1,
    "computePrecision" : "Float16",
    "isUpdatable" : "0",
    "availability" : {
      "macOS" : "10.13",
      "tvOS" : "11.0",
      "watchOS" : "4.0",
      "iOS" : "11.0",
      "macCatalyst" : "11.0"
    },
    "neuralNetworkLayerTypeHistogram" : {
      "Concat" : 5,
      "UpsampleNearestNeighbor" : 5,
      "ActivationLeakyReLU" : 16,
      "BatchNorm" : 16,
      "Convolution" : 18,
      "ActivationSigmoid" : 2,
      "PoolingMax" : 8
    },
    "modelType" : {
      "name" : "MLModelType_neuralNetwork"
    },
    "userDefinedMetadata" : {

    },
    "generatedClassName" : "segmentationModelv2_0",
    "inputSchema" : [
      {
        "height" : "256",
        "colorspace" : "RGB",
        "isOptional" : "0",
        "width" : "256",
        "isColor" : "1",
        "formattedType" : "Image (Color 256 × 256)",
        "hasSizeFlexibility" : "0",
        "type" : "Image",
        "shortDescription" : "",
        "name" : "image"
      }
    ],
    "method" : "predict"
  }
]