Uses of Class
com.oracle.bmc.datascience.model.PipelineStepDetails
-
Packages that use PipelineStepDetails Package Description com.oracle.bmc.datascience.model -
-
Uses of PipelineStepDetails in com.oracle.bmc.datascience.model
Subclasses of PipelineStepDetails in com.oracle.bmc.datascience.model Modifier and Type Class Description class
PipelineContainerStepDetails
The type of step where user provides the container details for an execution engine managed by the pipelines service.class
PipelineCustomScriptStepDetails
The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.class
PipelineDataflowStepDetails
The type of step where the dataflow application is pre-created by the user.class
PipelineMLJobStepDetails
The type of step where the job is pre-created by the user.Methods in com.oracle.bmc.datascience.model that return types with arguments of type PipelineStepDetails Modifier and Type Method Description List<PipelineStepDetails>
CreatePipelineDetails. getStepDetails()
Array of step details for each step.List<PipelineStepDetails>
Pipeline. getStepDetails()
Array of step details for each step.Method parameters in com.oracle.bmc.datascience.model with type arguments of type PipelineStepDetails Modifier and Type Method Description CreatePipelineDetails.Builder
CreatePipelineDetails.Builder. stepDetails(List<PipelineStepDetails> stepDetails)
Array of step details for each step.Pipeline.Builder
Pipeline.Builder. stepDetails(List<PipelineStepDetails> stepDetails)
Array of step details for each step.
-