![]() |
OR-Tools
9.6
|
Definition at line 70 of file update_tracker.h.
Public Member Functions | |
| UpdateTracker (const std::shared_ptr< ModelStorage > &storage) | |
| ~UpdateTracker () | |
| absl::StatusOr< std::optional< ModelUpdateProto > > | ExportModelUpdate () |
| absl::Status | AdvanceCheckpoint () |
| absl::StatusOr< ModelProto > | ExportModel () const |
|
explicit |
Definition at line 38 of file update_tracker.cc.
| ~UpdateTracker | ( | ) |
Definition at line 28 of file update_tracker.cc.
| absl::Status AdvanceCheckpoint | ( | ) |
Definition at line 51 of file update_tracker.cc.
| absl::StatusOr< ModelProto > ExportModel | ( | ) | const |
Definition at line 60 of file update_tracker.cc.
| absl::StatusOr< std::optional< ModelUpdateProto > > ExportModelUpdate | ( | ) |
Definition at line 43 of file update_tracker.cc.