Class PipelineCustomScriptStepUpdateDetails
  The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.
    Inheritance
    
    
    PipelineCustomScriptStepUpdateDetails
   
  
  
  Assembly: OCI.DotNetSDK.Datascience.dll
  Syntax
  
    public class PipelineCustomScriptStepUpdateDetails : PipelineStepUpdateDetails
   
  Properties
  
  StepInfrastructureConfigurationDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "stepInfrastructureConfigurationDetails")]
public PipelineInfrastructureConfigurationDetails StepInfrastructureConfigurationDetails { get; set; }
   
  Property Value
  
  
  StepParameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "stepParameters")]
public PipelineStepParameterDetails StepParameters { get; set; }
   
  Property Value
  
  
  StepStorageMountConfigurationDetailsList
  
  
  Declaration
  
    [JsonProperty(PropertyName = "stepStorageMountConfigurationDetailsList")]
public List<StorageMountConfigurationDetails> StepStorageMountConfigurationDetailsList { get; set; }
   
  Property Value