domino logo
4.6
  • Overview
  • Domino Cloud
  • Get started
  • Work with data
  • Develop models
  • Scale out distributed computing
  • Deploy models
  • Model Monitoring
  • Publish Apps
  • Projects
  • Collaborate
  • Workspaces
  • Jobs
  • Environments
  • Executions
  • Launchers
  • Environment variables
  • Secure credential store
  • Organizations
  • Domino API
  • Domino CLI
  • Troubleshooting
  • Get help
  • Additional resources
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
User guide
>
Model Monitoring
>
Model Monitoring APIs

Model Monitoring APIs

Note
  • DatasetJob

  • DataSource

  • ModelQuality

  • Model

Endpoints

DatasetJob

DataSource

ModelQuality

Model

registerDatasetConfig

PUT

/v2/api/model/{model_id}/register-dataset/{dataset_type}

Description

Dataset registration to a model.

Parameters
NameDescriptionRequiredTypeInExample

model_id

string

path

dataset_type

string

path

prediction
ground_truth

Body Parameter
NameDescriptionRequired

undefined

Responses
CodeMessageDatatype

200

Successfully registered dataset to the Model.

400

Bad request input data.

403

Unauthorised. The endpoint enforces authorisation.

405

Method not allowed.

500

Internal server error, check server logs.

getModelById

GET

/v2/api/model

Description

Model Operations.

Parameters
NameDescriptionRequiredTypeInExample

model_id

string

query

Responses
CodeMessageDatatype

200

Successfully fetched the Model.

400

Bad request input data.

403

Unauthorised. The endpoint enforces authorisation.

404

Model not found.

405

Method not allowed.

500

Internal server error, check server logs.

registerModelThroughConfig

PUT

/v2/api/model

Description

Model Operations.

Body Parameter
NameDescriptionRequired

undefined

Responses
CodeMessageDatatype

200

Successfully registered the Model.

400

Bad request input data.

403

Unauthorised. The endpoint enforces authorisation.

405

Method not allowed.

500

Internal server error, check server logs.

deleteModelById

DELETE

/v2/api/model

Description

Model Operations.

Parameters
NameDescriptionRequiredTypeInExample

model_id

string

query

Responses
CodeMessageDatatype

200

Successfully deleted the Model.

400

Bad request input data.

403

Unauthorised. The endpoint enforces authorisation.

404

Model not found.

405

Method not allowed.

500

Internal server error, check server logs.

listModels

GET

/v2/api/models

Description

Parameters
NameDescriptionRequiredTypeInExample

pageNumber

integer

query

pageSize

integer

query

numberOfLastChecksToFetch

integer

query

searchQuery

string

query

modelType

string

query

Responses
CodeMessageDatatype

200

Successfully fetched the Model.

400

Bad request input data.

403

Unauthorised. The endpoint enforces authorisation.

405

Method not allowed.

500

Internal server error, check server logs.

Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2023 Domino Data Lab. All rights reserved.