Class PipelineDataflowStepRun
Detail of each Dataflow Step Run.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PipelineDataflowStepRun : PipelineStepRun
Properties
DataflowRunId
Declaration
[JsonProperty(PropertyName = "dataflowRunId")]
public string DataflowRunId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the dataflow run triggered for this step run. |