Model Endpoints
Last updated
Last updated
Models are the core resource in globalMOO. They represent optimization problems and contain all the necessary configuration for running optimization trials.
- Create a new optimization model
- Retrieve all models in your account
A model object contains the following fields:
id
integer
Unique identifier for the model
name
string
Name of the model (4-96 characters)
description
string
Optional description of the model (must be ≥8 characters if provided)
created_at
string
ISO 8601 timestamp with millisecond precision
updated_at
string
ISO 8601 timestamp with millisecond precision
Creating a new optimization model before defining objectives
Listing existing models to find one to work with
Managing multiple models for different optimization scenarios