Show / Hide Table of Contents

Class PipelineDataflowStepRun

Detail of each Dataflow Step Run.

Inheritance
object
PipelineStepRun
PipelineDataflowStepRun
Inherited Members
PipelineStepRun.TimeStarted
PipelineStepRun.TimeFinished
PipelineStepRun.StepName
PipelineStepRun.LifecycleState
PipelineStepRun.LifecycleDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top