Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
ArchitectureExperiment
Interface ArchitectureExperiment
interface
ArchitectureExperiment
{
baselineSpec
:
ArchitectureSpec
;
candidateSpec
:
ArchitectureSpec
;
createdTs
:
number
;
experimentId
:
string
;
name
:
string
;
probes
:
ArchitectureProbe
[]
;
status
:
"FAILED"
|
"CREATED"
|
"RUNNING"
|
"COMPLETED"
;
}
Index
Properties
baseline
Spec
candidate
Spec
created
Ts
experiment
Id
name
probes
status
Properties
baseline
Spec
baselineSpec
:
ArchitectureSpec
Both specs must share the same modelId
candidate
Spec
candidateSpec
:
ArchitectureSpec
created
Ts
createdTs
:
number
experiment
Id
experimentId
:
string
name
name
:
string
probes
probes
:
ArchitectureProbe
[]
status
status
:
"FAILED"
|
"CREATED"
|
"RUNNING"
|
"COMPLETED"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
baseline
Spec
candidate
Spec
created
Ts
experiment
Id
name
probes
status
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Both specs must share the same modelId