Retrieves metrics measured during the training of a fine-tuned model.
Path parameters
finetuned_model_id
The parent fine-tuned model ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Client-Name
The name of the project that is making the request.
Query parameters
page_size
Maximum number of results to be returned by the server. If 0, defaults to
50.
page_token
Request a specific page of the list results.
Response
A successful response.
step_metrics
The metrics for each step the evaluation was run on.
next_page_token
Pagination token to retrieve the next page of results. If the value is "",
it means no further results for the request.