Show / Hide Table of Contents

Class PipelineDefaultStepParameterDetails

Pipeline Default step parameter details

Inheritance
object
PipelineStepParameterDetails
PipelineDefaultStepParameterDetails
Inherited Members
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 PipelineDefaultStepParameterDetails : PipelineStepParameterDetails

Properties

Output

Declaration
[Required(ErrorMessage = "Output is required.")]
[JsonProperty(PropertyName = "output")]
public PipelineStepOutputParameterDetails Output { get; set; }
Property Value
Type Description
PipelineStepOutputParameterDetails
Remarks

Required

In this article
Back to top