@microsoft/bf-dispatcher
Advanced tools
Comparing version 4.12.0-beta.20210225.6744890 to 4.12.0-beta.20210227.ba15791
@@ -9,2 +9,3 @@ /** | ||
static toPrintDebuggingLogToConsole: boolean; | ||
static toPrintDetailedDebuggingLogToConsole: boolean; | ||
static toObfuscateLabelTextInReportUtility: boolean; | ||
@@ -235,3 +236,19 @@ static epsilon: number; | ||
static debuggingLog(message: any): string; | ||
static debuggingLog1(message: any, objectArgument0: any): string; | ||
static debuggingLog2(message: any, objectArgument0: any, objectArgument1: any): string; | ||
static debuggingLog3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any): string; | ||
static debuggingLog4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any): string; | ||
static debuggingNamedLog1(message: any, objectArgument0: any, objectArgumentName0?: string): string; | ||
static debuggingNamedLog2(message: any, objectArgument0: any, objectArgument1: any, objectArgumentName0?: string, objectArgumentName1?: string): string; | ||
static debuggingNamedLog3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string): string; | ||
static debuggingNamedLog4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string, objectArgumentName3?: string): string; | ||
static debuggingThrow(message: any): void; | ||
static debuggingThrow1(message: any, objectArgument0: any): void; | ||
static debuggingThrow2(message: any, objectArgument0: any, objectArgument1: any): void; | ||
static debuggingThrow3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any): void; | ||
static debuggingThrow4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any): void; | ||
static debuggingNamedThrow1(message: any, objectArgument0: any, objectArgumentName0?: string): void; | ||
static debuggingNamedThrow2(message: any, objectArgument0: any, objectArgument1: any, objectArgumentName0?: string, objectArgumentName1?: string): void; | ||
static debuggingNamedThrow3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string): void; | ||
static debuggingNamedThrow4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string, objectArgumentName3?: string): void; | ||
static almostEqual(first: number, second: number): boolean; | ||
@@ -286,2 +303,3 @@ static almostEqualRough(first: number, second: number): boolean; | ||
static findValueCountPairQuantiles(inputValueCountPairArray: Array<[number, number]>, quantileConfiguration: number): number[] | undefined; | ||
static stringToUtf8EncodedUint8Array(input: string): Uint8Array; | ||
static round(input: number, digits?: number): number; | ||
@@ -288,0 +306,0 @@ static getBolded(input: any): string; |
@@ -1,1 +0,1 @@ | ||
{"version":"4.12.0-beta.20210225.6744890","commands":{}} | ||
{"version":"4.12.0-beta.20210227.ba15791","commands":{}} |
{ | ||
"name": "@microsoft/bf-dispatcher", | ||
"description": "Dispatcher contains a Softmax learner initially used for auto-active-learning down-sampling and a ML confusion-matrix evaluator on intent classification models.", | ||
"version": "4.12.0-beta.20210225.6744890", | ||
"version": "4.12.0-beta.20210227.ba15791", | ||
"author": "Microsoft", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/microsoft/botframework-cli/issues", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2401292
27974