Add endpoints to dump selected expert ids (#4435)
Co-authored-by: Cheng Wan <54331508+ch-wan@users.noreply.github.com>
This commit is contained in:
@@ -658,6 +658,12 @@ class ProfileReqType(Enum):
|
||||
STOP_PROFILE = 2
|
||||
|
||||
|
||||
class ExpertDistributionReq(Enum):
|
||||
START_RECORD = 1
|
||||
STOP_RECORD = 2
|
||||
DUMP_RECORD = 3
|
||||
|
||||
|
||||
@dataclass
|
||||
class ProfileReq:
|
||||
type: ProfileReqType
|
||||
|
||||
Reference in New Issue
Block a user