Skip to main content
 print this page

List ML models applicable to a dataset file

GET 

/datasets/:id/files/models

Returns ML models the caller can access that are compatible with the given dataset file. Caller must be owner or editor of the dataset (else AUTH-1002). For DWH targets with a supported file type, models are filtered by InputSchema match against DatasetSchema; otherwise models whose SupportedFileFormats include the dataset FileType are returned. Optional projectionExpression limits returned model fields (comma-separated attribute names). Safe to retry (read-only).

Request

Responses

Compatible models returned. Body is ModelsGetResponseBody with models array (may be empty when none match).

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers