Activate the model for this deployment
ID of the deployment
Optional
options: ApiCallOptionsAdd deployed models for this deployment
Add deployed models for this deployment
ID of the deployment
an object with the body content
Optional
options: 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
Optional
options: 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
Optional
options: ApiCallOptionsCreates an alias for a deployment.
Creates an alias for a deployment.
ID of the deployment
an object with the body content
Optional
options: ApiCallOptionsCreate a prediction configuration
Create a prediction configuration
ID of the deployment
an object with the body content
Optional
options: ApiCallOptionsCreate an experiment
Create an experiment
an object with the body content
Optional
options: 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
Optional
options: 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
Optional
options: ApiCallOptionsDeactivate the model for this deployment
Deactivate the model for this deployment
ID of the deployment
Optional
options: ApiCallOptionsDelete a deployment
Delete a deployment
ID of the deployment
Optional
options: ApiCallOptionsDelete an alias from a deployment.
Delete an alias from a deployment.
ID of the deployment
ID of the alias
Optional
options: ApiCallOptionsDelete a batch prediction
Delete a batch prediction
ID of the deployment
ID of the batch prediction
Optional
options: ApiCallOptionsDeletes the schedule from a batch prediction.
Deletes the schedule from a batch prediction.
ID of the deployment
ID of the batch prediction
Optional
options: ApiCallOptionsDelete an experiment
Delete an experiment
ID of the experiment
Optional
options: ApiCallOptionsDelete an experiment version
Delete an experiment version
ID of the experiment
ID of the experiment version
Optional
options: ApiCallOptionsGet a deployment
Get a deployment
ID of the deployment
Optional
options: ApiCallOptionsRetrieves an alias that exists on the deployment.
Retrieves an alias that exists on the deployment.
ID of the deployment
ID of the alias
Optional
options: ApiCallOptionsRetrieves a list of aliases based on filter parameters for a deployment.
Retrieves a list of aliases based on filter parameters for a deployment.
an object with query parameters
Optional
filter?: 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 toOptional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortAliasesField(s) by which to sort response
Optional
options: ApiCallOptionsRetrieve a batch prediction
Retrieve a batch prediction
ID of the deployment
ID of the batch prediction
Optional
options: ApiCallOptionsList batch prediction configurations
List batch prediction configurations
ID of the deployment
an object with query parameters
Optional
filter?: stringBatch prediction fields by which you can filter responses.
modelId
UUID string - By model IDOptional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortBatchPredictionsField(s) by which to sort response
Optional
options: ApiCallOptionsRetrieves the schedule for a batch prediction.
Retrieves the schedule for a batch prediction.
ID of the deployment
ID of the batch prediction
Optional
options: ApiCallOptionsList deployments
List deployments
an object with query parameters
Optional
filter?: 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, inactive
Optional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortDeploymentsField(s) by which to sort response
Optional
options: ApiCallOptionsGet an experiment
Get an experiment
ID of the experiment
Optional
options: ApiCallOptionsGet a model
Get a model
ID of the experiment
ID of the model
Optional
options: ApiCallOptionsList models
List models
ID of the experiment
an object with query parameters
Optional
filter?: 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, inactive
Optional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortModelsField(s) by which to sort response
Optional
options: 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
Optional
filter?: 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 experimentOptional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortExperimentsField(s) by which to sort response
Optional
options: ApiCallOptionsGet an experiment version
Get an experiment version
ID of the experiment
ID of the experiment version
Optional
options: ApiCallOptionsList experiment versions
List experiment versions
ID of the experiment
an object with query parameters
Optional
filter?: 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 experimentOptional
limit?: numberNumber of results per page. Default is 32.
Optional
offset?: numberNumber of rows to skip before getting page[size]
Optional
sort?: EnumSortExperimentVersionsField(s) by which to sort response
Optional
options: 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
Optional
options: 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
Optional
experimentType?: ExperimentTypeThe optional experiment type for profile-insights GET requests after this is known.
Optional
target?: stringThe optional target feature for profile-insights GET requests after this is known.
Optional
options: ApiCallOptionsUpdate a deployment
Update a deployment
ID of the deployment
an object with the body content
Optional
options: 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
Optional
options: ApiCallOptionsUpdates a batch prediction
Updates a batch prediction
ID of the deployment
ID of the batch prediction
an object with the body content
Optional
options: ApiCallOptionsUpdate an experiment
Update an experiment
ID of the experiment
an object with the body content
Optional
options: ApiCallOptionsUpdate an experiment version
Update an experiment version
ID of the experiment
ID of the experiment version
an object with the body content
Optional
options: ApiCallOptionsRun a batch prediction
Run a batch prediction
ID of the deployment
ID of the batch prediction
Optional
options: 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
Optional
options: ApiCallOptionsRemove deployed models from this deployment
Remove deployed models from this deployment
ID of the deployment
an object with the body content
Optional
options: 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
Optional
includeNotPredictedReason?: booleanIf true, reason why a prediction was not produced included response
Optional
includeShap?: booleanIf true, shap values included in response
Optional
includeSource?: booleanIf true, source data included in response
Optional
index?: 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
Optional
options: ApiCallOptionsGenerate predictions in a synchronous request/response
Generate predictions in a synchronous request/response
ID of the deployment
an object with query parameters
Optional
includeNotPredictedReason?: booleanIf true, reason why a prediction was not produced included response
Optional
includeShap?: booleanIf true, shapley values included in response
Optional
includeSource?: booleanIf true, source data included in response
Optional
index?: 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
Optional
options: 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
Optional
options: 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
Optional
options: ApiCallOptions
Activate the model for this deployment