Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
translateTrustScores
Function translateTrustScores
translateTrustScores
(
scores
:
Record
<
string
,
number
>
,
sourceSystem
:
string
,
targetSystem
:
string
,
)
:
Record
<
string
,
{
confidence
:
number
;
level
:
MaturityLevel
;
score
:
number
}
,
>
Translate trust scores from one system to another.
Parameters
scores
:
Record
<
string
,
number
>
sourceSystem
:
string
targetSystem
:
string
Returns
Record
<
string
,
{
confidence
:
number
;
level
:
MaturityLevel
;
score
:
number
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Translate trust scores from one system to another.