TrainingJobCheckpoint
Training Job Checkpoint Object
checkpoint integer
The checkpoint number
Example:
3
model_download_url string
The URL to download the model checkpoint
Example:
s3:/my_model
test_results object
general_test_result string
Example:
s3://
aggregated_test_result object
property name* string
created_at integer
The timestamp when the checkpoint was created
Example:
1633036800
updated_at integer
The timestamp when the checkpoint was created
Example:
1633036800
TrainingJobCheckpoint
{
"checkpoint": 3,
"model_download_url": "s3:/my_model",
"test_results": {
"general_test_result": "s3://",
"aggregated_test_result": {}
},
"created_at": 1633036800,
"updated_at": 1633036800
}