Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Job

Job outlines the Dataset(s) that will be transformed depending on the JobType/TransformType.

Hierarchy

Index

Constructors

constructor

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

    • V: VasatConnection
    • Optional args: any

    Returns Job

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

folder

folder: User

inputDatasets

inputDatasets: ToManyList<Dataset>

inputFolders

inputFolders: ToManyList<Folder>

jobType

jobType: JobType

processorAPI

processorAPI: ProcessorAPI

project

project: Project

status

status: string

Methods

batches

fetchObservable

  • fetchObservable(): any

getEstimatedPrice

  • getEstimatedPrice(): Observable<object>
  • Retrieve estimated cost of Job.

    Returns Observable<object>

makePayment

  • makePayment(noonce: string): Observable<object>
  • Start checkout process.

    Parameters

    • noonce: string

    Returns Observable<object>

refreshStatus

  • refreshStatus(): Observable<any>
  • Refresh the status of processing.

    Returns Observable<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

startTransform

  • Starts the processing.

    Parameters

    Returns any

toJSON

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

    Returns any

Generated using TypeDoc