Overview
/
Developer Tools
/
API Reference
/
ML
/
Create a custom ML model that is backed by one or more org datasets.

Create a custom ML model that is backed by one or more org datasets

HTTP Request

  • application/json

    //
    • :

      [[ ... ],
      //
      • stringUUID
        //
      ]
    • name:

      string,
      //
    • system_prompt:

      string
      //
    }

Response

  • 201 Created
    • //
      • created_at:

        stringISO-8601,
        //
      • id:

        stringUUID,
        //
      • name:

        string,
        //
      • org_id:

        stringUUID,
        //
      • system_prompt:

        string,
        //
      • updated_at:

        stringISO-8601
        //
      }

Examples

post
/ml/custom/models
201 Created
Response