Waiting for engine...
Skip to main content

AgentStatus

No description

enum AgentStatus {
PENDING
RUNNING
PAUSED
ERROR
INACTIVE
ACTIVE
DRAFT
CREATING
PREPARING
PREPARED
NOT_PREPARED
FAILED
UPDATING
DELETING
}

Values​

AgentStatus.PENDING {#pending}

AgentStatus.RUNNING {#running}

PREPARING, CREATING, UPDATING, etc

AgentStatus.PAUSED {#paused}

AgentStatus.ERROR {#error}

AgentStatus.INACTIVE {#inactive}

AgentStatus.ACTIVE {#active}

AgentStatus.DRAFT {#draft}

AgentStatus.CREATING {#creating}

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

AgentStatus.PREPARING {#preparing}

AgentStatus.PREPARED {#prepared}

AgentStatus.NOT_PREPARED {#not-prepared}

AgentStatus.FAILED {#failed}

AgentStatus.UPDATING {#updating}

AgentStatus.DELETING {#deleting}

Member Of​

AiAgentAliasUpdateInput input ●  AiAgentUpdateInput input

On this Page