Class PipelineDataflowStepDetails
The type of step where the dataflow application is pre-created by the user.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PipelineDataflowStepDetails : PipelineStepDetails
Properties
ApplicationId
Declaration
[Required(ErrorMessage = "ApplicationId is required.")]
[JsonProperty(PropertyName = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the dataflow application to be used as a step. |
Remarks
Required
StepDataflowConfigurationDetails
Declaration
[JsonProperty(PropertyName = "stepDataflowConfigurationDetails")]
public PipelineDataflowConfigurationDetails StepDataflowConfigurationDetails { get; set; }
Property Value
Type | Description |
---|---|
PipelineDataflowConfigurationDetails |