A version of an AI agent.
KEY | TYPE | Description |
---|---|---|
agentVersion | str | The unique identifier of an agent version. |
status | str | The current status of the model. |
agentId | str | A reference to the agent this version belongs to. |
agentConfig | dict | The config options used to create this agent. |
publishingStartedAt | str | The start time and date of the training process in ISO-8601 format. |
publishingCompletedAt | str | The end time and date of the training process in ISO-8601 format. |
pendingDeploymentIds | list | List of deployment IDs where deployment is pending. |
failedDeploymentIds | list | List of failed deployment IDs. |
error | str | Relevant error if the status is FAILED. |
agentExecutionConfig | dict | The config for arguments used to execute the agent. |
codeSource | CodeSource | If a python model, information on where the source code is located. |
workflowGraph | WorkflowGraph | The workflow graph for the agent. |