Model Groups
model_groups
Methods
Description
Model groups are grouping models together. You can add models with the same base_model_id.
Description
Deletes a model group
Details
This API can be used to delete a model group by ID. To use this API, pass in the id that was returned from your Create Model Group API call as a path parameter.
Description
Lists all model groups accessible to the user.
Details
This API can be used to list model groups. If a user has access to multiple accounts, all model groups from all accounts the user is associated with will be returned.
Example: x-api-key: My API Key
Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.
Page number for pagination to be returned by the given endpoint. Starts at page 1
Description
Gets the details of a model group
Details
This API can be used to get information about a single model group by ID. To use this API, pass in the id that was returned from your Create Model Group API call as a path parameter.
Review the response schema to see the fields that will be returned.
Description
Updates a model group
Details
This API can be used to update the model group that matches the ID that was passed in as a path parameter. To use this API, pass in the id that was returned from your Create Model Group API call as a path parameter.
Review the request schema to see the fields that can be updated.
Domain types
Models
model_groups.models
Methods
TODO: Add model instance to a model group.
Usage Statistics
model_groups.usage_statistics
Methods
Get Model usage for a group