Class PipelineMLJobStepDetails
The type of step where the job is pre-created by the user.
Inherited Members
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
StepParameters
Declaration
[JsonProperty(PropertyName = "stepParameters")]
public PipelineStepParameterDetails StepParameters { get; set; }
Property Value
Type | Description |
---|---|
PipelineStepParameterDetails |
StepRunName
Declaration
[JsonProperty(PropertyName = "stepRunName")]
public string StepRunName { get; set; }
Property Value
Type | Description |
---|---|
string | Name used when creating the steprun. |