Searching learning list
    • PDF

    Searching learning list

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Search an entire learning request list.

    GET https://aitems.apigw.ntruss.com/api/v1/services/{serviceId}/trains?isRecent={isRecent}
    

    Requests

    Request parameters

    ParametersRequirement statusTypeRestrictionsDescription
    serviceIdYesStringService ID created
    isRecentNoBooleanRecent learning request item status by type

    Responses

    FieldTypeDescriptionNote
    trains[].serviceIdStringService ID
    trains[].typeStringLearning type
    trains[].hpConfig[].is_enabledBooleanLearning HPO setting status
    trains[].hpConfig[].{option}String, IntLearning HPO setting value
    trains[].versionStringLearning version
    trains[].descriptionStringLearning description
    trains[].statustringLearning status
    trains[].createdDateStringService creation date
    trains[].nextUpdateDateStringNext update date
    trains[].inferenceStringInference result status

    Response status

    HTTP StatusDesc
    200OK (Successfully searched)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request examples

    GET /api/v1/services/49qkb0fbnar/trains
    
    Host: aitems.apigw.ntruss.com
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    

    Response examples

    {
      "trains": [
        {
          "serviceId": "49qkb0fbnar",
          "type": "pop",
          "hpConfig": {
            "is_enabled": false,
            "group_column": [
              "AGE"
            ]
          },
          "version": "owpayt7nw1n",
          "description": "",
          "status": "completed",
          "createdDate": "2021-11-24T15:01:33.156",
          "inference": true
        },
        {
          "serviceId": "49qkb0fbnar",
          "type": "relatedItem",
          "hpConfig": {
            "is_enabled": false,
            "group_column": [
              "AGE"
            ]
          },
          "version": "owpayt7nw1n",
          "description": "",
          "status": "completed",
          "createdDate": "2021-11-24T15:01:33.151",
          "inference": true
        },
        {
          "serviceId": "49qkb0fbnar",
          "type": "personalRecommend",
          "hpConfig": {
            "is_enabled": false,
            "group_column": [
              "AGE"
            ]
          },
          "version": "owpayt7nw1n",
          "description": "",
          "status": "completed",
          "createdDate": "2021-11-24T15:01:33.019",
          "inference": true
        }
      ]
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.