AgentTaskSpec
class AgentTaskSpec extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $environmentType | ||
protected | $environmentDataType | ||
string | $maxRunDuration | ||
protected | $runnablesType | ||
protected | $runnablesDataType | ||
protected | $userAccountType | ||
protected | $userAccountDataType |
Methods
getEnvironment()
No description
setMaxRunDuration($maxRunDuration)
No description
string
getMaxRunDuration()
No description
setRunnables($runnables)
No description
getRunnables()
No description
getUserAccount()
No description
Details
setEnvironment(AgentEnvironment $environment)
No description
AgentEnvironment
getEnvironment()
No description
setMaxRunDuration($maxRunDuration)
No description
string
getMaxRunDuration()
No description
setRunnables($runnables)
No description
AgentTaskRunnable[]
getRunnables()
No description
setUserAccount(AgentTaskUserAccount $userAccount)
No description
AgentTaskUserAccount
getUserAccount()
No description