Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JobBatch

A JobBatch is a child of a Job that is undergoing a process or has already undergone transformation. A key difference to a Job is that it only has one TransformType.

Note that you will have to create a new Folder containing the outputs.

Hierarchy

Index

Constructors

constructor

  • new JobBatch(V: VasatConnection, args?: any): JobBatch
  • Parameters

    • V: VasatConnection
    • Optional args: any

    Returns JobBatch

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

outputs

outputs: ToManyList<Dataset>

params

params: any

parent

parent: Job

status

status: "finished" | "failed" | "processing"

transformType

transformType: TransformType

Methods

fetchObservable

  • fetchObservable(): any

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc