Skip to main content

GetTrainingInfoLogsRequestSchema

eval_lossnumber

Validation loss value at this training step.

Default: null
lossnumber

Training loss value at this step.

Default: null
stepinteger

Training step number.

Default: null
GetTrainingInfoLogsRequestSchema
{
"eval_loss": null,
"loss": null,
"step": null
}