Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
Set<ResourceSpecification> |
CreateJobInfo.getInputs() |
Set<ResourceSpecification> |
Job.getInputs()
Get the set of inputs associated with this job
|
Set<ResourceSpecification> |
CreateJobInfo.getOutputs() |
Set<ResourceSpecification> |
Job.getOutputs()
Get the set of outputs associated with this job
|
List<ResourceSpecification> |
CreateJobInfo.getTasks() |
List<ResourceSpecification> |
Job.getTasks()
Get the tasks associated with this job.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createJobInWorkspace(String parentPath,
String jobName,
List<ResourceSpecification> tasks,
Set<JobParameter> parameters,
boolean createParents)
Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
|
void |
CreateJobInfo.setInputs(Set<ResourceSpecification> inputs) |
void |
Job.setInputs(Set<ResourceSpecification> inputs)
Set the set of inputs associated with this job
|
void |
CreateJobInfo.setOutputs(Set<ResourceSpecification> outputs) |
void |
Job.setOutputs(Set<ResourceSpecification> outputs)
Set the set of outputs associated with this job
|
void |
CreateJobInfo.setTasks(List<ResourceSpecification> tasks) |
void |
Job.setTasks(List<ResourceSpecification> tasks)
Set the tasks associated with this job.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA