Class PipelineDefaultConfigurationDetails
The default pipeline configuration.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PipelineDefaultConfigurationDetails : PipelineConfigurationDetailsProperties
CommandLineArguments
Declaration
[JsonProperty(PropertyName = "commandLineArguments")]
public string CommandLineArguments { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The command line arguments to set for steps in the pipeline. | 
EnvironmentVariables
Declaration
[JsonProperty(PropertyName = "environmentVariables")]
public Dictionary<string, string> EnvironmentVariables { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Environment variables to set for steps in the pipeline. | 
MaximumRuntimeInMinutes
Declaration
[JsonProperty(PropertyName = "maximumRuntimeInMinutes")]
public long? MaximumRuntimeInMinutes { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress. |