Class PipelineContainerStepDetails
  The type of step where user provides the container details for an execution engine managed by the pipelines service.
    Inheritance
    
    
    PipelineContainerStepDetails
   
  
  
  Assembly: OCI.DotNetSDK.Datascience.dll
  Syntax
  
    public class PipelineContainerStepDetails : 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. | 
    
  
  
  StepContainerConfigurationDetails
  
  
  Declaration
  
    [Required(ErrorMessage = "StepContainerConfigurationDetails is required.")]
[JsonProperty(PropertyName = "stepContainerConfigurationDetails")]
public PipelineContainerConfigurationDetails StepContainerConfigurationDetails { get; set; }
   
  Property Value
  
  
  
  
  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