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: ApiCallOptions
List models