LearningModelSession

An evaluation session (LearningModelSession class)

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string Session identifier
modelId string Associated model identifier
device object
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-learningmodelsession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LearningModelSession",
  "title": "LearningModelSession",
  "type": "object",
  "description": "An evaluation session (LearningModelSession class)",
  "properties": {
    "id": {
      "type": "string",
      "description": "Session identifier"
    },
    "modelId": {
      "type": "string",
      "description": "Associated model identifier"
    },
    "device": {
      "$ref": "#/components/schemas/LearningModelDevice"
    }
  }
}