AgentStatus
No description
enum AgentStatus {
PENDING
RUNNING
PAUSED
ERROR
INACTIVE
ACTIVE
CREATING
PREPARING
PREPARED
NOT_PREPARED
FAILED
UPDATING
DELETING
}
Values
PREPARING, CREATING, UPDATING, etc
Note: johnv added these statuses specific to aws bedrock to unblock UI team. Discuss with team if graphql should return a string or the sync job should map to Registry defined statuses
Member Of
AiAgentCreateInput input ●
AiAgentUpdateInput input ●
AiAgentVersionUpdateInput input
Was this topic helpful?