Show / Hide Table of Contents

Class PipelineMLJobStepRun

Detail of each MLJobStepRun.

Inheritance
object
PipelineStepRun
PipelineMLJobStepRun
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 PipelineMLJobStepRun : PipelineStepRun

Properties

JobRunId

Declaration
[JsonProperty(PropertyName = "jobRunId")]
public string JobRunId { get; set; }
Property Value
Type Description
string

The OCID of the job run triggered for this step run.

In this article
Back to top