Class DefaultJobConfigurationDetails
The default job configuration.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DefaultJobConfigurationDetails : JobConfigurationDetails
Properties
CommandLineArguments
Declaration
[JsonProperty(PropertyName = "commandLineArguments")]
public string CommandLineArguments { get; set; }
Property Value
Type | Description |
---|---|
string | The arguments to pass to the job. |
EnvironmentVariables
Declaration
[JsonProperty(PropertyName = "environmentVariables")]
public Dictionary<string, string> EnvironmentVariables { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Environment variables to set for the job. |
MaximumRuntimeInMinutes
Declaration
[JsonProperty(PropertyName = "maximumRuntimeInMinutes")]
public long? MaximumRuntimeInMinutes { get; set; }
Property Value
Type | Description |
---|---|
long? | A time bound for the execution of the job. Timer starts when the job becomes active. |