Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
RunHelmProviderDriftInput
Interface RunHelmProviderDriftInput
interface
RunHelmProviderDriftInput
{
agentId
:
string
;
baseline
:
ProviderDriftCanaryRow
[]
;
candidate
:
ProviderDriftCanaryRow
[]
;
evalPack
?:
BuildProviderDriftEvalPackInput
;
gate
?:
BuildProviderDriftCiGateInput
;
helm
:
{
baseline
?:
HelmProviderDriftMetadata
[]
;
candidate
?:
HelmProviderDriftMetadata
[]
;
}
;
now
?:
string
|
Date
;
thresholds
?:
Partial
<
ProviderDriftThresholds
>
;
waivers
?:
ProviderDriftWaiver
[]
;
}
Index
Properties
agent
Id
baseline
candidate
eval
Pack?
gate?
helm
now?
thresholds?
waivers?
Properties
agent
Id
agentId
:
string
baseline
baseline
:
ProviderDriftCanaryRow
[]
candidate
candidate
:
ProviderDriftCanaryRow
[]
Optional
eval
Pack
evalPack
?:
BuildProviderDriftEvalPackInput
Optional
gate
gate
?:
BuildProviderDriftCiGateInput
helm
helm
:
{
baseline
?:
HelmProviderDriftMetadata
[]
;
candidate
?:
HelmProviderDriftMetadata
[]
;
}
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
helm
now
thresholds
waivers
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...