Class Run
A run object.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class Run
Properties
ApplicationId
Declaration
[Required(ErrorMessage = "ApplicationId is required.")]
[JsonProperty(PropertyName = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string | The application ID. |
Remarks
Required
ApplicationLogConfig
Declaration
[JsonProperty(PropertyName = "applicationLogConfig")]
public ApplicationLogConfig ApplicationLogConfig { get; set; }
Property Value
Type | Description |
---|---|
ApplicationLogConfig |
ArchiveUri
Declaration
[JsonProperty(PropertyName = "archiveUri")]
public string ArchiveUri { get; set; }
Property Value
Type | Description |
---|---|
string | A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, |
Arguments
Declaration
[JsonProperty(PropertyName = "arguments")]
public List<string> Arguments { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The arguments passed to the running application as command line arguments. An argument is
either a plain text or a placeholder. Placeholders are replaced using values from the parameters
map. Each placeholder specified must be represented in the parameters map else the request
(POST or PUT) will fail with a HTTP 400 status code. Placeholders are specified as
|
ClassName
Declaration
[JsonProperty(PropertyName = "className")]
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
string | The class for the application. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a compartment. |
Remarks
Required
Configuration
Declaration
[JsonProperty(PropertyName = "configuration")]
public Dictionary<string, string> Configuration { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" }Note: Not all Spark properties are permitted to be set. Attempting to set a property that isnot allowed to be overwritten will cause a 400 status to be returned. |
DataReadInBytes
Declaration
[JsonProperty(PropertyName = "dataReadInBytes")]
public long? DataReadInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | The data read by the run in bytes. |
DataWrittenInBytes
Declaration
[JsonProperty(PropertyName = "dataWrittenInBytes")]
public long? DataWrittenInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | The data written by the run in bytes. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}} |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. This name is not necessarily unique. |
DriverShape
Declaration
[Required(ErrorMessage = "DriverShape is required.")]
[JsonProperty(PropertyName = "driverShape")]
public string DriverShape { get; set; }
Property Value
Type | Description |
---|---|
string | The VM shape for the driver. Sets the driver cores and memory. |
Remarks
Required
DriverShapeConfig
Declaration
[JsonProperty(PropertyName = "driverShapeConfig")]
public ShapeConfig DriverShapeConfig { get; set; }
Property Value
Type | Description |
---|---|
ShapeConfig |
Execute
Declaration
[JsonProperty(PropertyName = "execute")]
public string Execute { get; set; }
Property Value
Type | Description |
---|---|
string | The input used for spark-submit command. For more details see https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit.
Supported options include |
ExecutorShape
Declaration
[Required(ErrorMessage = "ExecutorShape is required.")]
[JsonProperty(PropertyName = "executorShape")]
public string ExecutorShape { get; set; }
Property Value
Type | Description |
---|---|
string | The VM shape for the executors. Sets the executor cores and memory. |
Remarks
Required
ExecutorShapeConfig
Declaration
[JsonProperty(PropertyName = "executorShapeConfig")]
public ShapeConfig ExecutorShapeConfig { get; set; }
Property Value
Type | Description |
---|---|
ShapeConfig |
FileUri
Declaration
[Required(ErrorMessage = "FileUri is required.")]
[JsonProperty(PropertyName = "fileUri")]
public string FileUri { get; set; }
Property Value
Type | Description |
---|---|
string | An Oracle Cloud Infrastructure URI of the file containing the application to execute. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of a run. |
Remarks
Required
IdleTimeoutInMinutes
Declaration
[JsonProperty(PropertyName = "idleTimeoutInMinutes")]
public long? IdleTimeoutInMinutes { get; set; }
Property Value
Type | Description |
---|---|
long? | The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
Note: This parameter is currently only applicable for Runs of type |
Language
Declaration
[Required(ErrorMessage = "Language is required.")]
[JsonProperty(PropertyName = "language")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApplicationLanguage? Language { get; set; }
Property Value
Type | Description |
---|---|
ApplicationLanguage? | The Spark language. |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The detailed messages about the lifecycle state. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RunLifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
RunLifecycleState? | The current state of this run. |
Remarks
Required
LogsBucketUri
Declaration
[JsonProperty(PropertyName = "logsBucketUri")]
public string LogsBucketUri { get; set; }
Property Value
Type | Description |
---|---|
string | An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat. |
MaxDurationInMinutes
Declaration
[JsonProperty(PropertyName = "maxDurationInMinutes")]
public long? MaxDurationInMinutes { get; set; }
Property Value
Type | Description |
---|---|
long? | The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
once it reaches this duration from the time it transitions to |
MetastoreId
Declaration
[JsonProperty(PropertyName = "metastoreId")]
public string MetastoreId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of OCI Hive Metastore. |
NumExecutors
Declaration
[Required(ErrorMessage = "NumExecutors is required.")]
[JsonProperty(PropertyName = "numExecutors")]
public int? NumExecutors { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of executor VMs requested. |
Remarks
Required
OpcRequestId
Declaration
[JsonProperty(PropertyName = "opcRequestId")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
OwnerPrincipalId
Declaration
[JsonProperty(PropertyName = "ownerPrincipalId")]
public string OwnerPrincipalId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user who created the resource. |
OwnerUserName
Declaration
[JsonProperty(PropertyName = "ownerUserName")]
public string OwnerUserName { get; set; }
Property Value
Type | Description |
---|---|
string | The username of the user who created the resource. If the username of the owner does not exist,
|
Parameters
Declaration
[JsonProperty(PropertyName = "parameters")]
public List<ApplicationParameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
List<ApplicationParameter> | An array of name/value pairs used to fill placeholders found in properties like
|
PoolId
Declaration
[JsonProperty(PropertyName = "poolId")]
public string PoolId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a pool. Unique Id to indentify a dataflow pool resource. |
PrivateEndpointDnsZones
Declaration
[JsonProperty(PropertyName = "privateEndpointDnsZones")]
public List<string> PrivateEndpointDnsZones { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of DNS zone names. Example: [ "app.examplecorp.com", "app.examplecorp2.com" ] |
PrivateEndpointId
Declaration
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a private endpoint. |
PrivateEndpointMaxHostCount
Declaration
[JsonProperty(PropertyName = "privateEndpointMaxHostCount")]
public int? PrivateEndpointMaxHostCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of hosts to be accessed through the private endpoint. This value is used to calculate the relevant CIDR block and should be a multiple of 256. If the value is not a multiple of 256, it is rounded up to the next multiple of 256. For example, 300 is rounded up to 512. |
PrivateEndpointNsgIds
Declaration
[JsonProperty(PropertyName = "privateEndpointNsgIds")]
public List<string> PrivateEndpointNsgIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | An array of network security group OCIDs. |
PrivateEndpointSubnetId
Declaration
[JsonProperty(PropertyName = "privateEndpointSubnetId")]
public string PrivateEndpointSubnetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a subnet. |
RunDurationInMilliseconds
Declaration
[JsonProperty(PropertyName = "runDurationInMilliseconds")]
public long? RunDurationInMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
long? | The duration of the run in milliseconds. |
SparkVersion
Declaration
[Required(ErrorMessage = "SparkVersion is required.")]
[JsonProperty(PropertyName = "sparkVersion")]
public string SparkVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The Spark version utilized to run the application. |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z |
Remarks
Required
TotalOCpu
Declaration
[JsonProperty(PropertyName = "totalOCpu")]
public int? TotalOCpu { get; set; }
Property Value
Type | Description |
---|---|
int? | The total number of oCPU requested by the run. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApplicationType? Type { get; set; }
Property Value
Type | Description |
---|---|
ApplicationType? | The Spark application processing type. |
WarehouseBucketUri
Declaration
[JsonProperty(PropertyName = "warehouseBucketUri")]
public string WarehouseBucketUri { get; set; }
Property Value
Type | Description |
---|---|
string | An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat. |