Activate the model for this deployment
ID of the deployment
Optionaloptions: ApiCallOptionsAdd deployed models for this deployment
Add deployed models for this deployment
ID of the deployment
an object with the body content
Optionaloptions: ApiCallOptionsCancels jobs for an experiment version or batch prediction.
Cancels jobs for an experiment version or batch prediction.
The type of a resource paired with a corrId
The ID of a correlated resource of corrType
Optionaloptions: ApiCallOptionsClears the cache for ml api requests.
Clears the cache for ml api requests.
Create a deployment
Create a deployment
an object with the body content
Optionaloptions: ApiCallOptionsCreates an alias for a deployment.
Creates an alias for a deployment.
ID of the deployment
an object with the body content
Optionaloptions: ApiCallOptionsCreate a prediction configuration
Create a prediction configuration
ID of the deployment
an object with the body content
Optionaloptions: ApiCallOptionsCreate an experiment
Create an experiment
an object with the body content
Optionaloptions: ApiCallOptionsCreates an experiment version.
Poll this version and check its status field to determine when models
are finished training.
Creates an experiment version.
Poll this version and check its status field to determine when models
are finished training.
ID of the experiment
an object with the body content
Optionaloptions: ApiCallOptionsStarts creating profile insights for an experiment dataset.
This is an asynchronous operation. A 202 Accepted response indicates
that the process has started successfully. Use the link in the response
to check the status.
Starts creating profile insights for an experiment dataset.
This is an asynchronous operation. A 202 Accepted response indicates
that the process has started successfully. Use the link in the response
to check the status.
an object with the body content
Optionaloptions: ApiCallOptionsDeactivate the model for this deployment
Deactivate the model for this deployment
ID of the deployment
Optionaloptions: ApiCallOptionsDelete a deployment
Delete a deployment
ID of the deployment
Optionaloptions: ApiCallOptionsDelete an alias from a deployment.
Delete an alias from a deployment.
ID of the deployment
ID of the alias
Optionaloptions: ApiCallOptionsDelete a batch prediction
Delete a batch prediction
ID of the deployment
ID of the batch prediction
Optionaloptions: ApiCallOptionsDeletes the schedule from a batch prediction.
Deletes the schedule from a batch prediction.
ID of the deployment
ID of the batch prediction
Optionaloptions: ApiCallOptionsDelete an experiment
Delete an experiment
ID of the experiment
Optionaloptions: ApiCallOptionsDelete an experiment version
Delete an experiment version
ID of the experiment
ID of the experiment version
Optionaloptions: ApiCallOptionsGet a deployment
Get a deployment
ID of the deployment
Optionaloptions: ApiCallOptionsRetrieves an alias that exists on the deployment.
Retrieves an alias that exists on the deployment.
ID of the deployment
ID of the alias
Optionaloptions: ApiCallOptionsRetrieves a list of aliases based on filter parameters for a deployment.
Retrieves a list of aliases based on filter parameters for a deployment.
ID of the deployment
an object with query parameters
Optionalfilter?: stringAlias fields by which you can filter responses
name string - Aliases with exact namemodelId UUID string - By model IDmode enum string - Mode by which alias is set toOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortAliasesField(s) by which to sort response
Optionaloptions: ApiCallOptionsRetrieve a batch prediction
Retrieve a batch prediction
ID of the deployment
ID of the batch prediction
Optionaloptions: ApiCallOptionsList batch prediction configurations
List batch prediction configurations
ID of the deployment
an object with query parameters
Optionalfilter?: stringBatch prediction fields by which you can filter responses.
modelId UUID string - By model IDOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortBatchPredictionsField(s) by which to sort response
Optionaloptions: ApiCallOptionsRetrieves the schedule for a batch prediction.
Retrieves the schedule for a batch prediction.
ID of the deployment
ID of the batch prediction
Optionaloptions: ApiCallOptionsList deployments
List deployments
an object with query parameters
Optionalfilter?: stringDeployment fields by which you can filter responses.
spaceId ID string (or empty string for personal space) - ID of space in which deployment(s) existmodelId UUID string - By model IDcreatedBy ID stringownerId ID stringapproverId ID string - ID of user that approved a model in the deploymentexperimentId UUID string - ID of experiment in which model(s) existexperimentVersionId UUID string - ID of experiment version in which model(s) existpredictionEnabled boolean - Are predictions enabledexactName string - Deployments with exact name. Names may not be unique.nameContains string - Deployments where name includes this. Names may not be uniquemodelName string - Partial or exact, case-insensitive name of model in the deploymentmodelState enum string - State by which to find modelspending, enabled, disabled, inactiveOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortDeploymentsField(s) by which to sort response
Optionaloptions: ApiCallOptionsGet an experiment
Get an experiment
ID of the experiment
Optionaloptions: ApiCallOptionsGet a model
Get a model
ID of the experiment
ID of the model
Optionaloptions: ApiCallOptionsList models
List models
ID of the experiment
an object with query parameters
Optionalfilter?: stringModel fields you can filter by:
experimentVersionId UUID string - Find by experiment version ID
batchNum UUID string - Search by batch number
isHpo boolean - Is hyperparameter optimization used?
isMetrics boolean - Are metrics for regression, binary, or multiclass are used?
id UUID string - Find by model ID
algorithm enum string - Find by algorithm
status enum string - find by status
hasDeployment boolean - Models that are part of a deployment
nameContains string - Models with name includes this case-insensitive string
exactName string - Models with exact name. Model names may not be unique
samplingRatio number - Find models by sampling ratio
modelState enum string - State by which to find models
pending, enabled, disabled, inactiveOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortModelsField(s) by which to sort response
Optionaloptions: ApiCallOptionsRetrieves a list of experiments based on provided filter and sort parameters.
Retrieves a list of experiments based on provided filter and sort parameters.
an object with query parameters
Optionalfilter?: stringExperiment fields by which you can filter responses within this tenant
ownerId ID string - ID of the owner/user that created the experimentspaceId ID string (or empty string for personal space) - ID of the space where the experiment is saved.experimentVersionId UUID string - ID of an experiment version in the experimentmodelId UUID string - ID of a model associated with the experimentdeploymentId UUID string - ID of a deployment of a model associated with the experimentOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortExperimentsField(s) by which to sort response
Optionaloptions: ApiCallOptionsGet an experiment version
Get an experiment version
ID of the experiment
ID of the experiment version
Optionaloptions: ApiCallOptionsList experiment versions
List experiment versions
ID of the experiment
an object with query parameters
Optionalfilter?: stringExperiment version filter options
isRunning boolean - Is the experiment version running (training models)?isSettled boolean - Is the experiment version settled?status enum string - Status to filter by. Omit to get models of any status.
modelId UUID string - ID of a model associated with the experimentOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortExperimentVersionsField(s) by which to sort response
Optionaloptions: ApiCallOptionsRetrieves profile insights for the specified dataset. If you received a
202 Accepted response from POST /ml/profile-insights, poll this
endpoint until a 200 OK response with ready status is returned.
Retrieves profile insights for the specified dataset. If you received a
202 Accepted response from POST /ml/profile-insights, poll this
endpoint until a 200 OK response with ready status is returned.
The Qlik catalog dataset ID
Optionaloptions: ApiCallOptionsRetrieves profile insights for the specified dataset. If you received a
202 Accepted response from POST /ml/profile-insights, poll this
endpoint until a 200 OK response with ready status is returned.
Retrieves profile insights for the specified dataset. If you received a
202 Accepted response from POST /ml/profile-insights, poll this
endpoint until a 200 OK response with ready status is returned.
The Qlik catalog dataset ID
an object with query parameters
OptionalexperimentType?: ExperimentTypeThe optional experiment type for profile-insights GET requests after this is known.
Optionaltarget?: stringThe optional target feature for profile-insights GET requests after this is known.
Optionaloptions: ApiCallOptionsUpdate a deployment
Update a deployment
ID of the deployment
an object with the body content
Optionaloptions: ApiCallOptionsUpdates an alias for a deployment.
Updates an alias for a deployment.
ID of the deployment
ID of the alias
an object with the body content
Optionaloptions: ApiCallOptionsUpdates a batch prediction
Updates a batch prediction
ID of the deployment
ID of the batch prediction
an object with the body content
Optionaloptions: ApiCallOptionsUpdate an experiment
Update an experiment
ID of the experiment
an object with the body content
Optionaloptions: ApiCallOptionsUpdate an experiment version
Update an experiment version
ID of the experiment
ID of the experiment version
an object with the body content
Optionaloptions: ApiCallOptionsRun a batch prediction
Run a batch prediction
ID of the deployment
ID of the batch prediction
Optionaloptions: ApiCallOptionsReturns model recommendations for a specified experiment, including the best-performing, fastest, and most accurate models based on evaluation metrics.
Returns model recommendations for a specified experiment, including the best-performing, fastest, and most accurate models based on evaluation metrics.
ID of the experiment
an object with the body content
Optionaloptions: ApiCallOptionsRemove deployed models from this deployment
Remove deployed models from this deployment
ID of the deployment
an object with the body content
Optionaloptions: ApiCallOptionsGenerate predictions in a synchronous request/response
Generate predictions in a synchronous request/response
ID of the deployment
The name of the ML Deployment Alias that will be used to determine which model should be used to produce predictions
an object with query parameters
OptionalincludeNotPredictedReason?: booleanIf true, reason why a prediction was not produced included response
OptionalincludeShap?: booleanIf true, shap values included in response
OptionalincludeSource?: booleanIf true, source data included in response
Optionalindex?: stringThe name of the feature in the source data to use as an index in the response data. The column will be included with its original name and values. This is intended to allow the caller to join results with source data.
an object with the body content
Optionaloptions: ApiCallOptionsGenerate predictions in a synchronous request/response
Generate predictions in a synchronous request/response
ID of the deployment
an object with query parameters
OptionalincludeNotPredictedReason?: booleanIf true, reason why a prediction was not produced included response
OptionalincludeShap?: booleanIf true, shapley values included in response
OptionalincludeSource?: booleanIf true, source data included in response
Optionalindex?: stringThe name of the feature in the source data to use as an index in the response data. The column will be included with its original name and values. This is intended to allow the caller to join results with source data.
an object with the body content
Optionaloptions: ApiCallOptionsAdds a schedule to a batch prediction.
Adds a schedule to a batch prediction.
ID of the deployment
ID of the batch prediction
an object with the body content
Optionaloptions: ApiCallOptionsUpdates the schedule for a batch prediction.
Updates the schedule for a batch prediction.
ID of the deployment
ID of the batch prediction
an object with the body content
Optionaloptions: ApiCallOptions
Activate the model for this deployment