View Source GoogleApi.Batch.V1.Model.AgentTaskInfo (google_api_batch v0.6.4)
Task Info
Attributes
-
runnable(type:String.t, default:nil) - The highest index of a runnable started by the agent for this task. The runnables are indexed from 1. Value 0 is undefined. -
taskId(type:String.t, default:nil) - ID of the Task -
taskStatus(type:GoogleApi.Batch.V1.Model.TaskStatus.t, default:nil) - The status of the Task. If we need agent specific fields we should fork the public TaskStatus into an agent specific one. Or add them below.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.AgentTaskInfo{ runnable: String.t() | nil, taskId: String.t() | nil, taskStatus: GoogleApi.Batch.V1.Model.TaskStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.