Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
createLabExperiment
Function createLabExperiment
createLabExperiment
(
opts
:
{
boundaryMarker
?:
LabBoundaryMarker
;
description
:
string
;
kind
:
LabExperimentKind
;
modelId
:
string
;
name
:
string
;
parameters
?:
Record
<
string
,
string
|
number
|
boolean
>
;
probes
?:
LabProbe
[]
;
}
,
workspace
?:
string
,
)
:
LabExperiment
Create a new lab experiment from a template or custom spec.
Parameters
opts
:
{
boundaryMarker
?:
LabBoundaryMarker
;
description
:
string
;
kind
:
LabExperimentKind
;
modelId
:
string
;
name
:
string
;
parameters
?:
Record
<
string
,
string
|
number
|
boolean
>
;
probes
?:
LabProbe
[]
;
}
Optional
workspace
:
string
Returns
LabExperiment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Create a new lab experiment from a template or custom spec.