ID of the experiment
an object with query parameters
Optionalfilter?: 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, inactiveOptionallimit?: numberNumber of results per page. Default is 32.
Optionaloffset?: numberNumber of rows to skip before getting page[size]
Optionalsort?: EnumSortModelsField(s) by which to sort response
Optionaloptions: ApiCallOptions
List models