| Name |
Type |
Description |
Notes |
| runId |
string |
|
[default to undefined] |
| optimizationKey |
string |
|
[default to undefined] |
| agentOptimizationId |
string |
|
[default to undefined] |
| agentOptimizationVersion |
number |
|
[default to undefined] |
| status |
AgentOptimizationResultStatus |
|
[default to undefined] |
| activity |
AgentOptimizationResultActivity |
|
[default to undefined] |
| createdAt |
number |
|
[default to undefined] |
| completedAt |
number |
|
[optional] [default to undefined] |
import { AgentOptimizationRun } from 'launchdarkly-api-typescript';
const instance: AgentOptimizationRun = {
runId,
optimizationKey,
agentOptimizationId,
agentOptimizationVersion,
status,
activity,
createdAt,
completedAt,
};
[Back to Model list] [Back to API list] [Back to README]