|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceSpecification | |
---|---|
com.sas.hls.job | Provides the classes needed to create, update, and get jobs as well as execute them and get their status |
Uses of ResourceSpecification in com.sas.hls.job |
---|
Methods in com.sas.hls.job that return types with arguments of type ResourceSpecification | |
---|---|
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. |
Method parameters in com.sas.hls.job with type arguments of type ResourceSpecification | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |