taskSource property

String? taskSource
getter/setter pair

TaskSource represents the source of the task. Possible string values are:

  • "TASK_SOURCE_UNSPECIFIED" : Unspecified task source.
  • "BATCH_INTERNAL" : The AgentTask from this source is generated by Batch server. E.g. all the VMActions are from this source. When Batch Agent execute AgentTask from BATCH_INTERNAL, it will log stdout/err with "batch_agent_logs" log name.
  • "USER" : The AgentTask from this source is provided by Batch users. When Batch Agent execute AgentTask from USER, it will log stdout/err with "batch_task_logs" log name.

Implementation

core.String? taskSource;