Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Class and 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 |
PipelineMLJobStepUpdateDetails
The type of step where the job is pre-created by the user.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineStepUpdateDetails> |
UpdatePipelineDetails.getStepDetails()
Array of update details for each step.
|
Modifier and Type | Method and Description |
---|---|
UpdatePipelineDetails.Builder |
UpdatePipelineDetails.Builder.stepDetails(List<PipelineStepUpdateDetails> stepDetails)
Array of update details for each step.
|
Constructor and Description |
---|
UpdatePipelineDetails(String displayName,
String description,
PipelineConfigurationDetails configurationDetails,
PipelineInfrastructureConfigurationDetails infrastructureConfigurationDetails,
PipelineLogConfigurationDetails logConfigurationDetails,
List<PipelineStepUpdateDetails> stepDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.