Show / Hide Table of Contents

Class PipelineMLJobStepDetails

The type of step where the job is pre-created by the user.

Inheritance
object
PipelineStepDetails
PipelineMLJobStepDetails
Inherited Members
PipelineStepDetails.StepName
PipelineStepDetails.Description
PipelineStepDetails.DependsOn
PipelineStepDetails.StepConfigurationDetails
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 PipelineMLJobStepDetails : PipelineStepDetails

Properties

JobId

Declaration
[Required(ErrorMessage = "JobId is required.")]
[JsonProperty(PropertyName = "jobId")]
public string JobId { get; set; }
Property Value
Type Description
string

The OCID of the job to be used as a step.

Remarks

Required

In this article
Back to top