Retrieves metrics measured during the training of a fine-tuned model.

Path parameters

finetuned_model_idstringRequired

The parent fine-tuned model ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Client-NamestringOptional
The name of the project that is making the request.

Query parameters

page_sizeintegerOptional
Maximum number of results to be returned by the server. If 0, defaults to 50.
page_tokenstringOptional
Request a specific page of the list results.

Response

A successful response.
step_metricslist of objects or null
The metrics for each step the evaluation was run on.
next_page_tokenstring or null
Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

Errors