サービスの照会
    • PDF

    サービスの照会

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    サービスを照会します。

    GET https://aitems.apigw.ntruss.com/api/v1/services/{serviceId}
    

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    serviceIdYesString作成されたサービス ID

    レスポンス

    フィールド名タイプ説明備考
    serviceIdStringサービス ID
    nameStringサービス名
    descriptionStringサービスの説明
    statusStringサービスの状態
    datasets[].datasetIdStringサービスに設定されたデータセット ID
    datasets[].typeStringサービスに設定されたデータセットタイプ
    datasets[].nameStringサービスに設定されたデータセット名
    datasets[].schemaNameStringサービスに設定されたデータセットスキーマ名
    datasets[].statusStringサービスに設定されたデータセット状態
    datasets[].createdDateStringサービスに設定されたデータセット作成日
    datasets[].updatedDateStringサービスに設定されたデータセットの最終アップデート
    hpConfig.is_enabledBooleanHPO設定の有無
    hpConfig.{option}String設定された HPO値
    infers[].dataTypeString学習結果のデータセットタイプ
    infers[].trainVersionString学習結果バージョン
    infers[].statusString学習結果の状態
    infers[].rowCountString学習結果件数
    createdDateStringサービス作成日
    updatedDateString最終アップデート
    typeStringサービスタイプ
    learningIntervalStringアップデート周期
    scheduledDateStringアップデート基準時間

    レスポンス Status

    HTTP StatusDesc
    200OK(照会完了)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    リクエスト例

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

    レスポンス例

    {
      "serviceId": "49qkb0fbnar",
      "name": "movie-service",
      "description": "",
      "status": "learnable",
      "datasets": [
        {
          "datasetId": "7qkv2ox8211",
          "type": "interaction",
          "name": "m-interaction",
          "schemaName": "movie_interaction",
          "status": "learnable",
          "createdDate": "2021-09-15T18:19:22.709",
          "updatedDate": "2021-11-22T17:03:35.844"
        },
        {
          "datasetId": "qc80eu7udo9",
          "type": "user",
          "name": "m-user",
          "schemaName": "movie_user",
          "status": "learnable",
          "createdDate": "2021-09-15T18:18:58.123",
          "updatedDate": "2021-11-22T16:01:38.486"
        },
        {
          "datasetId": "ap0l4f72e9f",
          "type": "item",
          "name": "m-item",
          "schemaName": "movie_item",
          "status": "learnable",
          "createdDate": "2021-09-15T18:19:10.454",
          "updatedDate": "2021-11-22T17:04:35.977"
        }
      ],
      "hpConfig": {
        "is_enabled": false,
        "group_column": [
          "AGE"
        ]
      },
      "infers": [
        {
          "dataType": "personalRecommend",
          "trainVersion": "owpayt7nw1n",
          "status": "enable",
          "rowCount": 1113,
          "createdDate": "2021-11-24T15:24:06.62",
          "updatedDate": "2021-11-24T15:24:18.162"
        },
        {
          "dataType": "relatedItem",
          "trainVersion": "owpayt7nw1n",
          "status": "enable",
          "rowCount": 2641,
          "createdDate": "2021-11-24T15:24:06.686",
          "updatedDate": "2021-11-24T15:24:20.902"
        },
        {
          "dataType": "pop",
          "trainVersion": "owpayt7nw1n",
          "status": "enable",
          "rowCount": 92,
          "createdDate": "2021-11-24T15:17:29.353",
          "updatedDate": "2021-11-24T15:17:39.565"
        }
      ],
      "createdDate": "2021-09-29T11:36:50.217",
      "updatedDate": "2021-11-24T15:24:20.985",
      "type": "interval",
      "learningInterval": "hour6",
      "scheduledDate": "2021-11-18T15:17:12.968"
    }
    

    この記事は役に立ちましたか?

    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.