import { JobsApiRoutesFineTuningGetFineTuningJobsRequest } from "@mistralai/mistralai/models/operations";
let value: JobsApiRoutesFineTuningGetFineTuningJobsRequest = {};
Field | Type | Required | Description |
---|---|---|---|
page |
number | ➖ | The page number of the results to be returned. |
pageSize |
number | ➖ | The number of items to return per page. |
model |
string | ➖ | The model name used for fine-tuning to filter on. When set, the other results are not displayed. |
createdAfter |
Date | ➖ | The date/time to filter on. When set, the results for previous creation times are not displayed. |
createdByMe |
boolean | ➖ | When set, only return results for jobs created by the API caller. Other results are not displayed. |
status |
operations.Status | ➖ | The current job state to filter on. When set, the other results are not displayed. |
wandbProject |
string | ➖ | The Weights and Biases project to filter on. When set, the other results are not displayed. |
wandbName |
string | ➖ | The Weight and Biases run name to filter on. When set, the other results are not displayed. |
suffix |
string | ➖ | The model suffix to filter on. When set, the other results are not displayed. |