Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
RunHumanloopProviderDriftInput
Interface RunHumanloopProviderDriftInput
interface
RunHumanloopProviderDriftInput
{
agentId
:
string
;
baseline
:
ProviderDriftCanaryRow
[]
;
candidate
:
ProviderDriftCanaryRow
[]
;
evalPack
?:
BuildProviderDriftEvalPackInput
;
gate
?:
BuildProviderDriftCiGateInput
;
humanloop
:
{
baseline
?:
HumanloopProviderDriftMetadata
[]
;
candidate
?:
HumanloopProviderDriftMetadata
[]
;
}
;
now
?:
string
|
Date
;
thresholds
?:
Partial
<
ProviderDriftThresholds
>
;
waivers
?:
ProviderDriftWaiver
[]
;
}
Index
Properties
agent
Id
baseline
candidate
eval
Pack?
gate?
humanloop
now?
thresholds?
waivers?
Properties
agent
Id
agentId
:
string
baseline
baseline
:
ProviderDriftCanaryRow
[]
candidate
candidate
:
ProviderDriftCanaryRow
[]
Optional
eval
Pack
evalPack
?:
BuildProviderDriftEvalPackInput
Optional
gate
gate
?:
BuildProviderDriftCiGateInput
humanloop
humanloop
:
{
baseline
?:
HumanloopProviderDriftMetadata
[]
;
candidate
?:
HumanloopProviderDriftMetadata
[]
;
}
Optional
now
now
?:
string
|
Date
Optional
thresholds
thresholds
?:
Partial
<
ProviderDriftThresholds
>
Optional
waivers
waivers
?:
ProviderDriftWaiver
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
baseline
candidate
eval
Pack
gate
humanloop
now
thresholds
waivers
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...