Megosztás a következőn keresztül:


Model - List Models

Információt kér le az alkalmazás egy verziójában található összes szándék- és entitásmodellről.

GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/models
GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/models?skip={skip}&take={take}

URI-paraméterek

Name In Kötelező Típus Description
appId
path True

string

uuid

Az alkalmazás azonosítója.

Endpoint
path True

string

Támogatott Cognitive Services-végpontok (protokoll és állomásnév, például: https://westus.api.cognitive.microsoft.com).

versionId
path True

string

A verzióazonosító.

skip
query

integer

A kihagyandó bejegyzések száma. Az alapértelmezett érték 0.

take
query

integer

A visszaadandó bejegyzések száma. A maximális oldalméret 500. Az alapértelmezett érték 100.

Kérelem fejléce

Name Kötelező Típus Description
Ocp-Apim-Subscription-Key True

string

Válaszok

Name Típus Description
200 OK

ModelInfoResponse[]

Az alkalmazásmodell adatainak listája.

Other Status Codes

ErrorResponse

Hibaválasz.

Biztonság

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Példák

Successful Get Application Version Model Infos request

Sample Request

GET {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/models?skip=0&take=100

Sample Response

[
  {
    "id": "227a71ed-7d4b-4dce-8f3a-16c4e5cc06e8",
    "name": "BookFlight",
    "typeId": 0,
    "readableType": "Intent Classifier"
  },
  {
    "id": "a18eaa87-ecd9-4a67-a951-e70cf5b87c7e",
    "name": "datetime",
    "typeId": 2,
    "readableType": "Prebuilt Entity Extractor",
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
    "name": "DayOfWeek",
    "typeId": 1,
    "readableType": "Entity Extractor",
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "fe559c31-9778-42ea-ba45-94e0bd7cf767",
    "name": "Location",
    "typeId": 3,
    "readableType": "Hierarchical Entity Extractor",
    "children": [
      {
        "id": "ec076676-d8d9-42fa-a44e-87989c0a2f82",
        "name": "From"
      },
      {
        "id": "63ebd752-4e81-4ce7-a698-b59b82bf5519",
        "name": "To"
      }
    ],
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "8285a9ee-6bc0-4409-87f4-82d539f70529",
    "name": "None",
    "typeId": 0,
    "readableType": "Intent Classifier"
  },
  {
    "id": "bc1bae43-7904-48ad-a165-88b1910174f9",
    "name": "Reservation",
    "typeId": 4,
    "readableType": "Composite Entity Extractor",
    "children": [
      {
        "id": "63ebd752-4e81-4ce7-a698-b59b82bf5519",
        "name": "Location::To"
      },
      {
        "id": "a18eaa87-ecd9-4a67-a951-e70cf5b87c7e",
        "name": "datetime"
      }
    ],
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "8713b104-78ec-4c4f-9f96-f2e53562cc16",
    "name": "States",
    "typeId": 5,
    "readableType": "Closed List Entity Extractor",
    "subLists": [
      {
        "id": 1,
        "canonicalForm": "new york",
        "list": [
          "ny",
          "new york"
        ]
      },
      {
        "id": 2,
        "canonicalForm": "washington",
        "list": [
          "washington",
          "wa"
        ]
      },
      {
        "id": 3,
        "canonicalForm": "california",
        "list": [
          "california",
          "ca",
          "calif.",
          "cal."
        ]
      }
    ],
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "b8e31be4-300f-455e-894b-6f079abca0a2",
    "name": "$Camera.AppName",
    "typeId": 1,
    "readableType": "Entity Extractor",
    "customPrebuiltDomainName": "Camera",
    "customPrebuiltModelName": "AppName",
    "roles": [
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 1"
      },
      {
        "id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
        "name": "role 2"
      }
    ]
  },
  {
    "id": "9500536f-ffec-4fab-93ad-6268abb0f73c",
    "name": "$Camera.CapturePhoto",
    "typeId": 0,
    "readableType": "Intent Classifier",
    "customPrebuiltDomainName": "Camera",
    "customPrebuiltModelName": "CapturePhoto"
  }
]

Definíciók

Name Description
ChildEntity

Az alap gyermek entitástípus.

EntityRole

Entitáselszívó szerepkör

ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

ExplicitListItem

Explicit (kivétel) listaelem

ModelInfoResponse

Alkalmazásmodell adatai.

ReadableType

Az entitástípus teljes neve.

SubClosedListResponse

Listaentitások elemeinek allistája.

ChildEntity

Az alap gyermek entitástípus.

Name Típus Description
id

string

A gyermek entitáshoz tartozó azonosító (GUID).

name

string

Egy gyermekentitás neve.

EntityRole

Entitáselszívó szerepkör

Name Típus Description
id

string

Az entitás szerepkör-azonosítója.

name

string

Az entitásszerepkulátor neve.

ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

Name Típus Description
errorType

string

ExplicitListItem

Explicit (kivétel) listaelem

Name Típus Description
explicitListItem

string

Az explicit listaelem értéke.

id

integer

Az explicit listaelem azonosítója.

ModelInfoResponse

Alkalmazásmodell adatai.

Name Típus Description
children

ChildEntity[]

Gyermekentitások listája.

customPrebuiltDomainName

string

A tartománynév.

customPrebuiltModelName

string

A szándék neve vagy entitásneve.

explicitList

ExplicitListItem[]

Explicit (kivétel) listaelemek listája

id

string

Az entitásmodell azonosítója.

name

string

Az entitásmodell neve.

readableType

ReadableType

Az entitástípus teljes neve.

regexPattern

string

A Reguláris kifejezés entitásmintája.

roles

EntityRole[]

A Pattern.Any Entity Extractors listája.

subLists

SubClosedListResponse[]

Az allisták listája.

typeId

integer

Az entitásmodell típusazonosítója.

ReadableType

Az entitástípus teljes neve.

Name Típus Description
Closed List Entity Extractor

string

Composite Entity Extractor

string

Entity Extractor

string

Hierarchical Child Entity Extractor

string

Hierarchical Entity Extractor

string

Intent Classifier

string

List Entity Extractor

string

Pattern.Any Entity Extractor

string

Prebuilt Entity Extractor

string

Regex Entity Extractor

string

SubClosedListResponse

Listaentitások elemeinek allistája.

Name Típus Description
canonicalForm

string

A lista által képviselt szabványos űrlap.

id

integer

Az allista azonosítója

list

string[]

Szinonimák listája.