Show / Hide Table of Contents

Class DataSciencePipelineApplicationComponent

Data Science Pipeline application component

Inheritance
object
ApplicationComponent
DataSciencePipelineApplicationComponent
Inherited Members
ApplicationComponent.Name
ApplicationComponent.ComponentName
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 DataSciencePipelineApplicationComponent : ApplicationComponent

Properties

PipelineId

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

OCID of Data Science Pipeline

Remarks

Required

In this article
Back to top