@neuracore/types 11.12.0-main.166.1 → 11.12.0-main.167.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1858,6 +1858,8 @@ export interface TracesMetadataRequest {
1858
1858
  * resumed_from_checkpoint: The name of the checkpoint this job started
1859
1859
  * from, if applicable.
1860
1860
  * previous_training_time: The time spent on the previous training, if applicable.
1861
+ * seconds_per_epoch: Wall-clock seconds for the latest completed post-warmup
1862
+ * epoch, if measured. Used by clients to estimate remaining time.
1861
1863
  * error: Any error message associated with the job, if applicable.
1862
1864
  * resume_points: List of timestamps where the job can be resumed.
1863
1865
  * input_cross_embodiment_description: List of data types for the input data.
@@ -1891,6 +1893,7 @@ export interface TrainingJob {
1891
1893
  resumed_from_job_id?: string | null;
1892
1894
  resumed_from_checkpoint?: string | null;
1893
1895
  previous_training_time?: number | null;
1896
+ seconds_per_epoch?: number | null;
1894
1897
  error?: string | null;
1895
1898
  resume_points: number[];
1896
1899
  input_cross_embodiment_description: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "11.12.0-main.166.1",
3
+ "version": "11.12.0-main.167.1",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",