Class PipelineCustomScriptStepDetails
  The type of step where user provides the step artifact to be executed on an execution engine managed by the pipelines service.
    Inheritance
    
    
    PipelineCustomScriptStepDetails
   
  
  
  Assembly: OCI.DotNetSDK.Datascience.dll
  Syntax
  
    public class PipelineCustomScriptStepDetails : PipelineStepDetails
   
  Properties
  
  IsArtifactUploaded
  
  
  Declaration
  
    [JsonProperty(PropertyName = "isArtifactUploaded")]
public bool? IsArtifactUploaded { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | A flag to indicate whether the artifact has been uploaded for this step or not. | 
    
  
  
  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