Add Model

📘

Click for Python SDK

Dataset.create_model(
    name: str,
    reference_id: str,
    metadata: dict
) -> Model

This endpoint creates a Model object inside Nucleus, whose predictions can be associated with various Datasets.

Body Params
string
required

A human-readable name for the Model. This will be displayed in the dashboard.

string
required

A user-specified identifier to reference this given Models. Must be unique across all Models.

json

A metadata blob for the Model. Only supporting one level JSONs

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json