Uses of Class
com.oracle.bmc.datascience.model.PipelineStepRun
-
Packages that use PipelineStepRun Package Description com.oracle.bmc.datascience.model -
-
Uses of PipelineStepRun in com.oracle.bmc.datascience.model
Subclasses of PipelineStepRun in com.oracle.bmc.datascience.model Modifier and Type Class Description class
PipelineContainerStepRun
Detail of each ContainerStepRun.class
PipelineCustomScriptStepRun
Detail of each CustomScriptStepRun.class
PipelineDataflowStepRun
Detail of each Dataflow Step Run.class
PipelineMLJobStepRun
Detail of each MLJobStepRun.Methods in com.oracle.bmc.datascience.model that return types with arguments of type PipelineStepRun Modifier and Type Method Description List<PipelineStepRun>
PipelineRun. getStepRuns()
Array of StepRun object for each step.Method parameters in com.oracle.bmc.datascience.model with type arguments of type PipelineStepRun Modifier and Type Method Description PipelineRun.Builder
PipelineRun.Builder. stepRuns(List<PipelineStepRun> stepRuns)
Array of StepRun object for each step.
-