Uses of Class
com.oracle.bmc.datascience.model.PipelineStepUpdateDetails
-
Packages that use PipelineStepUpdateDetails Package Description com.oracle.bmc.datascience.model -
-
Uses of PipelineStepUpdateDetails in com.oracle.bmc.datascience.model
Subclasses of PipelineStepUpdateDetails in com.oracle.bmc.datascience.model Modifier and Type Class Description class
PipelineContainerStepUpdateDetails
Update the details for a container step type.class
PipelineCustomScriptStepUpdateDetails
The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.class
PipelineDataflowStepUpdateDetails
The type of step where the dataflow application is pre-created by the user.class
PipelineMLJobStepUpdateDetails
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 PipelineStepUpdateDetails Modifier and Type Method Description List<PipelineStepUpdateDetails>
UpdatePipelineDetails. getStepDetails()
Array of update details for each step.Method parameters in com.oracle.bmc.datascience.model with type arguments of type PipelineStepUpdateDetails Modifier and Type Method Description UpdatePipelineDetails.Builder
UpdatePipelineDetails.Builder. stepDetails(List<PipelineStepUpdateDetails> stepDetails)
Array of update details for each step.
-