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

GET

Path parameters

finetuned_model_idstringRequired

The parent fine-tuned model ID.

Headers

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

This endpoint returns an object.
step_metricslist of objectsOptional

The metrics for each step the evaluation was run on.

next_page_tokenstringOptional

Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.