1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getPipeline
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.DataScience.getPipeline

Start a Neo task
Explain and create an oci.DataScience.getPipeline resource
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Pipeline resource in Oracle Cloud Infrastructure Data Science service.

    Gets a Pipeline by identifier.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testPipeline = oci.DataScience.getPipeline({
        pipelineId: testPipelineOciDatasciencePipeline.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_pipeline = oci.DataScience.get_pipeline(pipeline_id=test_pipeline_oci_datascience_pipeline["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datascience.GetPipeline(ctx, &datascience.GetPipelineArgs{
    			PipelineId: testPipelineOciDatasciencePipeline.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testPipeline = Oci.DataScience.GetPipeline.Invoke(new()
        {
            PipelineId = testPipelineOciDatasciencePipeline.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DataScience.DataScienceFunctions;
    import com.pulumi.oci.DataScience.inputs.GetPipelineArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testPipeline = DataScienceFunctions.getPipeline(GetPipelineArgs.builder()
                .pipelineId(testPipelineOciDatasciencePipeline.id())
                .build());
    
        }
    }
    
    variables:
      testPipeline:
        fn::invoke:
          function: oci:DataScience:getPipeline
          arguments:
            pipelineId: ${testPipelineOciDatasciencePipeline.id}
    

    Using getPipeline

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPipeline(args: GetPipelineArgs, opts?: InvokeOptions): Promise<GetPipelineResult>
    function getPipelineOutput(args: GetPipelineOutputArgs, opts?: InvokeOptions): Output<GetPipelineResult>
    def get_pipeline(pipeline_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPipelineResult
    def get_pipeline_output(pipeline_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPipelineResult]
    func LookupPipeline(ctx *Context, args *LookupPipelineArgs, opts ...InvokeOption) (*LookupPipelineResult, error)
    func LookupPipelineOutput(ctx *Context, args *LookupPipelineOutputArgs, opts ...InvokeOption) LookupPipelineResultOutput

    > Note: This function is named LookupPipeline in the Go SDK.

    public static class GetPipeline 
    {
        public static Task<GetPipelineResult> InvokeAsync(GetPipelineArgs args, InvokeOptions? opts = null)
        public static Output<GetPipelineResult> Invoke(GetPipelineInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
    public static Output<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataScience/getPipeline:getPipeline
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PipelineId string
    The OCID of the pipeline.
    PipelineId string
    The OCID of the pipeline.
    pipelineId String
    The OCID of the pipeline.
    pipelineId string
    The OCID of the pipeline.
    pipeline_id str
    The OCID of the pipeline.
    pipelineId String
    The OCID of the pipeline.

    getPipeline Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment where you want to create the pipeline.
    ConfigurationDetails List<GetPipelineConfigurationDetail>
    The configuration details of a pipeline.
    CreatedBy string
    The OCID of the user who created the pipeline.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeleteRelatedPipelineRuns bool
    If set to true will delete pipeline runs which are in a terminal state.
    Description string
    A short description of the step.
    DisplayName string
    A user-friendly display name for the resource.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the pipeline.
    InfrastructureConfigurationDetails List<GetPipelineInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    LogConfigurationDetails List<GetPipelineLogConfigurationDetail>
    The pipeline log configuration details.
    Parameters Dictionary<string, string>
    Parameters used in the pipeline.
    PipelineId string
    ProjectId string
    The OCID of the project to associate the pipeline with.
    State string
    The current state of the pipeline.
    StepArtifacts List<GetPipelineStepArtifact>
    StepDetails List<GetPipelineStepDetail>
    Array of step details for each step.
    StorageMountConfigurationDetailsLists List<GetPipelineStorageMountConfigurationDetailsList>
    The storage mount details to mount to the instance running the pipeline step.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    TimeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    CompartmentId string
    The OCID of the compartment where you want to create the pipeline.
    ConfigurationDetails []GetPipelineConfigurationDetail
    The configuration details of a pipeline.
    CreatedBy string
    The OCID of the user who created the pipeline.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeleteRelatedPipelineRuns bool
    If set to true will delete pipeline runs which are in a terminal state.
    Description string
    A short description of the step.
    DisplayName string
    A user-friendly display name for the resource.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the pipeline.
    InfrastructureConfigurationDetails []GetPipelineInfrastructureConfigurationDetail
    The infrastructure configuration details of a pipeline or a step.
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    LogConfigurationDetails []GetPipelineLogConfigurationDetail
    The pipeline log configuration details.
    Parameters map[string]string
    Parameters used in the pipeline.
    PipelineId string
    ProjectId string
    The OCID of the project to associate the pipeline with.
    State string
    The current state of the pipeline.
    StepArtifacts []GetPipelineStepArtifact
    StepDetails []GetPipelineStepDetail
    Array of step details for each step.
    StorageMountConfigurationDetailsLists []GetPipelineStorageMountConfigurationDetailsList
    The storage mount details to mount to the instance running the pipeline step.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    TimeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    compartmentId String
    The OCID of the compartment where you want to create the pipeline.
    configurationDetails List<GetPipelineConfigurationDetail>
    The configuration details of a pipeline.
    createdBy String
    The OCID of the user who created the pipeline.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns Boolean
    If set to true will delete pipeline runs which are in a terminal state.
    description String
    A short description of the step.
    displayName String
    A user-friendly display name for the resource.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the pipeline.
    infrastructureConfigurationDetails List<GetPipelineInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    logConfigurationDetails List<GetPipelineLogConfigurationDetail>
    The pipeline log configuration details.
    parameters Map<String,String>
    Parameters used in the pipeline.
    pipelineId String
    projectId String
    The OCID of the project to associate the pipeline with.
    state String
    The current state of the pipeline.
    stepArtifacts List<GetPipelineStepArtifact>
    stepDetails List<GetPipelineStepDetail>
    Array of step details for each step.
    storageMountConfigurationDetailsLists List<GetPipelineStorageMountConfigurationDetailsList>
    The storage mount details to mount to the instance running the pipeline step.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    timeUpdated String
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    compartmentId string
    The OCID of the compartment where you want to create the pipeline.
    configurationDetails GetPipelineConfigurationDetail[]
    The configuration details of a pipeline.
    createdBy string
    The OCID of the user who created the pipeline.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns boolean
    If set to true will delete pipeline runs which are in a terminal state.
    description string
    A short description of the step.
    displayName string
    A user-friendly display name for the resource.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the pipeline.
    infrastructureConfigurationDetails GetPipelineInfrastructureConfigurationDetail[]
    The infrastructure configuration details of a pipeline or a step.
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    logConfigurationDetails GetPipelineLogConfigurationDetail[]
    The pipeline log configuration details.
    parameters {[key: string]: string}
    Parameters used in the pipeline.
    pipelineId string
    projectId string
    The OCID of the project to associate the pipeline with.
    state string
    The current state of the pipeline.
    stepArtifacts GetPipelineStepArtifact[]
    stepDetails GetPipelineStepDetail[]
    Array of step details for each step.
    storageMountConfigurationDetailsLists GetPipelineStorageMountConfigurationDetailsList[]
    The storage mount details to mount to the instance running the pipeline step.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    timeUpdated string
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    compartment_id str
    The OCID of the compartment where you want to create the pipeline.
    configuration_details Sequence[GetPipelineConfigurationDetail]
    The configuration details of a pipeline.
    created_by str
    The OCID of the user who created the pipeline.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    delete_related_pipeline_runs bool
    If set to true will delete pipeline runs which are in a terminal state.
    description str
    A short description of the step.
    display_name str
    A user-friendly display name for the resource.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the pipeline.
    infrastructure_configuration_details Sequence[GetPipelineInfrastructureConfigurationDetail]
    The infrastructure configuration details of a pipeline or a step.
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    log_configuration_details Sequence[GetPipelineLogConfigurationDetail]
    The pipeline log configuration details.
    parameters Mapping[str, str]
    Parameters used in the pipeline.
    pipeline_id str
    project_id str
    The OCID of the project to associate the pipeline with.
    state str
    The current state of the pipeline.
    step_artifacts Sequence[GetPipelineStepArtifact]
    step_details Sequence[GetPipelineStepDetail]
    Array of step details for each step.
    storage_mount_configuration_details_lists Sequence[GetPipelineStorageMountConfigurationDetailsList]
    The storage mount details to mount to the instance running the pipeline step.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    time_updated str
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    compartmentId String
    The OCID of the compartment where you want to create the pipeline.
    configurationDetails List<Property Map>
    The configuration details of a pipeline.
    createdBy String
    The OCID of the user who created the pipeline.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns Boolean
    If set to true will delete pipeline runs which are in a terminal state.
    description String
    A short description of the step.
    displayName String
    A user-friendly display name for the resource.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the pipeline.
    infrastructureConfigurationDetails List<Property Map>
    The infrastructure configuration details of a pipeline or a step.
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
    logConfigurationDetails List<Property Map>
    The pipeline log configuration details.
    parameters Map<String>
    Parameters used in the pipeline.
    pipelineId String
    projectId String
    The OCID of the project to associate the pipeline with.
    state String
    The current state of the pipeline.
    stepArtifacts List<Property Map>
    stepDetails List<Property Map>
    Array of step details for each step.
    storageMountConfigurationDetailsLists List<Property Map>
    The storage mount details to mount to the instance running the pipeline step.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    timeUpdated String
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z

    Supporting Types

    GetPipelineConfigurationDetail

    CommandLineArguments string
    The command line arguments to set for step.
    EnvironmentVariables Dictionary<string, string>
    Environment variables to set for step.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the step.
    Type string
    The type of pipeline.
    CommandLineArguments string
    The command line arguments to set for step.
    EnvironmentVariables map[string]string
    Environment variables to set for step.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the step.
    Type string
    The type of pipeline.
    commandLineArguments String
    The command line arguments to set for step.
    environmentVariables Map<String,String>
    Environment variables to set for step.
    maximumRuntimeInMinutes String
    A time bound for the execution of the step.
    type String
    The type of pipeline.
    commandLineArguments string
    The command line arguments to set for step.
    environmentVariables {[key: string]: string}
    Environment variables to set for step.
    maximumRuntimeInMinutes string
    A time bound for the execution of the step.
    type string
    The type of pipeline.
    command_line_arguments str
    The command line arguments to set for step.
    environment_variables Mapping[str, str]
    Environment variables to set for step.
    maximum_runtime_in_minutes str
    A time bound for the execution of the step.
    type str
    The type of pipeline.
    commandLineArguments String
    The command line arguments to set for step.
    environmentVariables Map<String>
    Environment variables to set for step.
    maximumRuntimeInMinutes String
    A time bound for the execution of the step.
    type String
    The type of pipeline.

    GetPipelineInfrastructureConfigurationDetail

    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    BlockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    ShapeConfigDetails List<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    BlockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    ShapeConfigDetails []GetPipelineInfrastructureConfigurationDetailShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized String
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails List<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails GetPipelineInfrastructureConfigurationDetailShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance.
    block_storage_size_in_gbs_parameterized str
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shape_config_details Sequence[GetPipelineInfrastructureConfigurationDetailShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The shape used to launch the instance for all step runs in the pipeline.
    subnet_id str
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized String
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.

    GetPipelineInfrastructureConfigurationDetailShapeConfigDetail

    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs double
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus double
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs float64
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus float64
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Double
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Double
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpu_baseline str
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memory_in_gbs float
    The total amount of memory available to the pipeline step run instance GBs.
    memory_in_gbs_parameterized str
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus float
    The total number of OCPUs available to the pipeline step run instance.
    ocpus_parameterized str
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.

    GetPipelineLogConfigurationDetail

    EnableAutoLogCreation bool
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    EnableLogging bool
    If customer logging is enabled for pipeline.
    LogGroupId string
    The OCID of the log group.
    LogId string
    The OCID of the log.
    EnableAutoLogCreation bool
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    EnableLogging bool
    If customer logging is enabled for pipeline.
    LogGroupId string
    The OCID of the log group.
    LogId string
    The OCID of the log.
    enableAutoLogCreation Boolean
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    enableLogging Boolean
    If customer logging is enabled for pipeline.
    logGroupId String
    The OCID of the log group.
    logId String
    The OCID of the log.
    enableAutoLogCreation boolean
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    enableLogging boolean
    If customer logging is enabled for pipeline.
    logGroupId string
    The OCID of the log group.
    logId string
    The OCID of the log.
    enable_auto_log_creation bool
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    enable_logging bool
    If customer logging is enabled for pipeline.
    log_group_id str
    The OCID of the log group.
    log_id str
    The OCID of the log.
    enableAutoLogCreation Boolean
    If automatic on-behalf-of log object creation is enabled for pipeline runs.
    enableLogging Boolean
    If customer logging is enabled for pipeline.
    logGroupId String
    The OCID of the log group.
    logId String
    The OCID of the log.

    GetPipelineStepArtifact

    ArtifactContentDisposition string
    ArtifactContentLength string
    ArtifactContentMd5 string
    ArtifactLastModified string
    PipelineStepArtifact string
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    ArtifactContentDisposition string
    ArtifactContentLength string
    ArtifactContentMd5 string
    ArtifactLastModified string
    PipelineStepArtifact string
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    artifactContentDisposition String
    artifactContentLength String
    artifactContentMd5 String
    artifactLastModified String
    pipelineStepArtifact String
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    artifactContentDisposition string
    artifactContentLength string
    artifactContentMd5 string
    artifactLastModified string
    pipelineStepArtifact string
    stepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    artifact_content_disposition str
    artifact_content_length str
    artifact_content_md5 str
    artifact_last_modified str
    pipeline_step_artifact str
    step_name str
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    artifactContentDisposition String
    artifactContentLength String
    artifactContentMd5 String
    artifactLastModified String
    pipelineStepArtifact String
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.

    GetPipelineStepDetail

    ApplicationId string
    The OCID of the dataflow application to be used as a step.
    DependsOns List<string>
    The list of step names this current step depends on for execution.
    Description string
    A short description of the step.
    IsArtifactUploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    JobId string
    The OCID of the job to be used as a step.
    StepConfigurationDetails List<GetPipelineStepDetailStepConfigurationDetail>
    The configuration details of a step.
    StepContainerConfigurationDetails List<GetPipelineStepDetailStepContainerConfigurationDetail>
    Container Details for a step in pipeline.
    StepDataflowConfigurationDetails List<GetPipelineStepDetailStepDataflowConfigurationDetail>
    The configuration details of a Dataflow step.
    StepInfrastructureConfigurationDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    StepParameters List<GetPipelineStepDetailStepParameter>
    Pipeline step parameter details
    StepRunName string
    Name used when creating the steprun.
    StepStorageMountConfigurationDetailsLists List<GetPipelineStepDetailStepStorageMountConfigurationDetailsList>
    The storage mount details to mount to the instance running the pipeline step.
    StepType string
    The type of step.
    ApplicationId string
    The OCID of the dataflow application to be used as a step.
    DependsOns []string
    The list of step names this current step depends on for execution.
    Description string
    A short description of the step.
    IsArtifactUploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    JobId string
    The OCID of the job to be used as a step.
    StepConfigurationDetails []GetPipelineStepDetailStepConfigurationDetail
    The configuration details of a step.
    StepContainerConfigurationDetails []GetPipelineStepDetailStepContainerConfigurationDetail
    Container Details for a step in pipeline.
    StepDataflowConfigurationDetails []GetPipelineStepDetailStepDataflowConfigurationDetail
    The configuration details of a Dataflow step.
    StepInfrastructureConfigurationDetails []GetPipelineStepDetailStepInfrastructureConfigurationDetail
    The infrastructure configuration details of a pipeline or a step.
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    StepParameters []GetPipelineStepDetailStepParameter
    Pipeline step parameter details
    StepRunName string
    Name used when creating the steprun.
    StepStorageMountConfigurationDetailsLists []GetPipelineStepDetailStepStorageMountConfigurationDetailsList
    The storage mount details to mount to the instance running the pipeline step.
    StepType string
    The type of step.
    applicationId String
    The OCID of the dataflow application to be used as a step.
    dependsOns List<String>
    The list of step names this current step depends on for execution.
    description String
    A short description of the step.
    isArtifactUploaded Boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId String
    The OCID of the job to be used as a step.
    stepConfigurationDetails List<GetPipelineStepDetailStepConfigurationDetail>
    The configuration details of a step.
    stepContainerConfigurationDetails List<GetPipelineStepDetailStepContainerConfigurationDetail>
    Container Details for a step in pipeline.
    stepDataflowConfigurationDetails List<GetPipelineStepDetailStepDataflowConfigurationDetail>
    The configuration details of a Dataflow step.
    stepInfrastructureConfigurationDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepParameters List<GetPipelineStepDetailStepParameter>
    Pipeline step parameter details
    stepRunName String
    Name used when creating the steprun.
    stepStorageMountConfigurationDetailsLists List<GetPipelineStepDetailStepStorageMountConfigurationDetailsList>
    The storage mount details to mount to the instance running the pipeline step.
    stepType String
    The type of step.
    applicationId string
    The OCID of the dataflow application to be used as a step.
    dependsOns string[]
    The list of step names this current step depends on for execution.
    description string
    A short description of the step.
    isArtifactUploaded boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId string
    The OCID of the job to be used as a step.
    stepConfigurationDetails GetPipelineStepDetailStepConfigurationDetail[]
    The configuration details of a step.
    stepContainerConfigurationDetails GetPipelineStepDetailStepContainerConfigurationDetail[]
    Container Details for a step in pipeline.
    stepDataflowConfigurationDetails GetPipelineStepDetailStepDataflowConfigurationDetail[]
    The configuration details of a Dataflow step.
    stepInfrastructureConfigurationDetails GetPipelineStepDetailStepInfrastructureConfigurationDetail[]
    The infrastructure configuration details of a pipeline or a step.
    stepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepParameters GetPipelineStepDetailStepParameter[]
    Pipeline step parameter details
    stepRunName string
    Name used when creating the steprun.
    stepStorageMountConfigurationDetailsLists GetPipelineStepDetailStepStorageMountConfigurationDetailsList[]
    The storage mount details to mount to the instance running the pipeline step.
    stepType string
    The type of step.
    application_id str
    The OCID of the dataflow application to be used as a step.
    depends_ons Sequence[str]
    The list of step names this current step depends on for execution.
    description str
    A short description of the step.
    is_artifact_uploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    job_id str
    The OCID of the job to be used as a step.
    step_configuration_details Sequence[GetPipelineStepDetailStepConfigurationDetail]
    The configuration details of a step.
    step_container_configuration_details Sequence[GetPipelineStepDetailStepContainerConfigurationDetail]
    Container Details for a step in pipeline.
    step_dataflow_configuration_details Sequence[GetPipelineStepDetailStepDataflowConfigurationDetail]
    The configuration details of a Dataflow step.
    step_infrastructure_configuration_details Sequence[GetPipelineStepDetailStepInfrastructureConfigurationDetail]
    The infrastructure configuration details of a pipeline or a step.
    step_name str
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    step_parameters Sequence[GetPipelineStepDetailStepParameter]
    Pipeline step parameter details
    step_run_name str
    Name used when creating the steprun.
    step_storage_mount_configuration_details_lists Sequence[GetPipelineStepDetailStepStorageMountConfigurationDetailsList]
    The storage mount details to mount to the instance running the pipeline step.
    step_type str
    The type of step.
    applicationId String
    The OCID of the dataflow application to be used as a step.
    dependsOns List<String>
    The list of step names this current step depends on for execution.
    description String
    A short description of the step.
    isArtifactUploaded Boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId String
    The OCID of the job to be used as a step.
    stepConfigurationDetails List<Property Map>
    The configuration details of a step.
    stepContainerConfigurationDetails List<Property Map>
    Container Details for a step in pipeline.
    stepDataflowConfigurationDetails List<Property Map>
    The configuration details of a Dataflow step.
    stepInfrastructureConfigurationDetails List<Property Map>
    The infrastructure configuration details of a pipeline or a step.
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepParameters List<Property Map>
    Pipeline step parameter details
    stepRunName String
    Name used when creating the steprun.
    stepStorageMountConfigurationDetailsLists List<Property Map>
    The storage mount details to mount to the instance running the pipeline step.
    stepType String
    The type of step.

    GetPipelineStepDetailStepConfigurationDetail

    CommandLineArguments string
    The command line arguments to set for step.
    EnvironmentVariables Dictionary<string, string>
    Environment variables to set for step.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the step.
    CommandLineArguments string
    The command line arguments to set for step.
    EnvironmentVariables map[string]string
    Environment variables to set for step.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the step.
    commandLineArguments String
    The command line arguments to set for step.
    environmentVariables Map<String,String>
    Environment variables to set for step.
    maximumRuntimeInMinutes String
    A time bound for the execution of the step.
    commandLineArguments string
    The command line arguments to set for step.
    environmentVariables {[key: string]: string}
    Environment variables to set for step.
    maximumRuntimeInMinutes string
    A time bound for the execution of the step.
    command_line_arguments str
    The command line arguments to set for step.
    environment_variables Mapping[str, str]
    Environment variables to set for step.
    maximum_runtime_in_minutes str
    A time bound for the execution of the step.
    commandLineArguments String
    The command line arguments to set for step.
    environmentVariables Map<String>
    Environment variables to set for step.
    maximumRuntimeInMinutes String
    A time bound for the execution of the step.

    GetPipelineStepDetailStepContainerConfigurationDetail

    Cmds List<string>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    ContainerType string
    The type of container.
    Entrypoints List<string>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    Cmds []string
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    ContainerType string
    The type of container.
    Entrypoints []string
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    containerType String
    The type of container.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature
    cmds string[]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    containerType string
    The type of container.
    entrypoints string[]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    imageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId string
    OCID of the container image signature
    cmds Sequence[str]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    container_type str
    The type of container.
    entrypoints Sequence[str]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image str
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    image_digest str
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    image_signature_id str
    OCID of the container image signature
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    containerType String
    The type of container.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature

    GetPipelineStepDetailStepDataflowConfigurationDetail

    Configuration Dictionary<string, string>
    The Spark configuration passed to the running process.
    DriverShape string
    The VM shape for the driver.
    DriverShapeConfigDetails List<GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ExecutorShape string
    The VM shape for the executors.
    ExecutorShapeConfigDetails List<GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    LogsBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    NumExecutors int
    The number of executor VMs requested.
    WarehouseBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
    Configuration map[string]string
    The Spark configuration passed to the running process.
    DriverShape string
    The VM shape for the driver.
    DriverShapeConfigDetails []GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ExecutorShape string
    The VM shape for the executors.
    ExecutorShapeConfigDetails []GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    LogsBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    NumExecutors int
    The number of executor VMs requested.
    WarehouseBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
    configuration Map<String,String>
    The Spark configuration passed to the running process.
    driverShape String
    The VM shape for the driver.
    driverShapeConfigDetails List<GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    executorShape String
    The VM shape for the executors.
    executorShapeConfigDetails List<GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    logsBucketUri String
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    numExecutors Integer
    The number of executor VMs requested.
    warehouseBucketUri String
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
    configuration {[key: string]: string}
    The Spark configuration passed to the running process.
    driverShape string
    The VM shape for the driver.
    driverShapeConfigDetails GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    executorShape string
    The VM shape for the executors.
    executorShapeConfigDetails GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    logsBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    numExecutors number
    The number of executor VMs requested.
    warehouseBucketUri string
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
    configuration Mapping[str, str]
    The Spark configuration passed to the running process.
    driver_shape str
    The VM shape for the driver.
    driver_shape_config_details Sequence[GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    executor_shape str
    The VM shape for the executors.
    executor_shape_config_details Sequence[GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    logs_bucket_uri str
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    num_executors int
    The number of executor VMs requested.
    warehouse_bucket_uri str
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
    configuration Map<String>
    The Spark configuration passed to the running process.
    driverShape String
    The VM shape for the driver.
    driverShapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    executorShape String
    The VM shape for the executors.
    executorShapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    logsBucketUri String
    An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
    numExecutors Number
    The number of executor VMs requested.
    warehouseBucketUri String
    An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.

    GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail

    MemoryInGbs double
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus double
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    MemoryInGbs float64
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus float64
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs Double
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Double
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memory_in_gbs float
    The total amount of memory available to the pipeline step run instance GBs.
    memory_in_gbs_parameterized str
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus float
    The total number of OCPUs available to the pipeline step run instance.
    ocpus_parameterized str
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs Number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.

    GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail

    MemoryInGbs double
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus double
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    MemoryInGbs float64
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus float64
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs Double
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Double
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memory_in_gbs float
    The total amount of memory available to the pipeline step run instance GBs.
    memory_in_gbs_parameterized str
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus float
    The total number of OCPUs available to the pipeline step run instance.
    ocpus_parameterized str
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    memoryInGbs Number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.

    GetPipelineStepDetailStepInfrastructureConfigurationDetail

    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    BlockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    ShapeConfigDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    BlockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    ShapeConfigDetails []GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized String
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized string
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId string
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance.
    block_storage_size_in_gbs_parameterized str
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shape_config_details Sequence[GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The shape used to launch the instance for all step runs in the pipeline.
    subnet_id str
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance.
    blockStorageSizeInGbsParameterized String
    The size of the block storage volume to attach to the pipeline step run instance specified as a parameter. This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
    shapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the pipeline step.

    GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail

    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs double
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus double
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs float64
    The total amount of memory available to the pipeline step run instance GBs.
    MemoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    Ocpus float64
    The total number of OCPUs available to the pipeline step run instance.
    OcpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Double
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Double
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized string
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized string
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpu_baseline str
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memory_in_gbs float
    The total amount of memory available to the pipeline step run instance GBs.
    memory_in_gbs_parameterized str
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus float
    The total number of OCPUs available to the pipeline step run instance.
    ocpus_parameterized str
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Number
    The total amount of memory available to the pipeline step run instance GBs.
    memoryInGbsParameterized String
    The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid.
    ocpus Number
    The total number of OCPUs available to the pipeline step run instance.
    ocpusParameterized String
    The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid.

    GetPipelineStepDetailStepParameter

    Outputs List<GetPipelineStepDetailStepParameterOutput>
    Pipeline output parameter details
    ParameterType string
    Type of step parameter
    Outputs []GetPipelineStepDetailStepParameterOutputType
    Pipeline output parameter details
    ParameterType string
    Type of step parameter
    outputs List<GetPipelineStepDetailStepParameterOutput>
    Pipeline output parameter details
    parameterType String
    Type of step parameter
    outputs GetPipelineStepDetailStepParameterOutput[]
    Pipeline output parameter details
    parameterType string
    Type of step parameter
    outputs Sequence[GetPipelineStepDetailStepParameterOutput]
    Pipeline output parameter details
    parameter_type str
    Type of step parameter
    outputs List<Property Map>
    Pipeline output parameter details
    parameterType String
    Type of step parameter

    GetPipelineStepDetailStepParameterOutput

    OutputFile string
    Output file name
    OutputParameterType string
    Type of output parameters
    ParameterNames List<string>
    The list of parameter names that will be output by this step
    OutputFile string
    Output file name
    OutputParameterType string
    Type of output parameters
    ParameterNames []string
    The list of parameter names that will be output by this step
    outputFile String
    Output file name
    outputParameterType String
    Type of output parameters
    parameterNames List<String>
    The list of parameter names that will be output by this step
    outputFile string
    Output file name
    outputParameterType string
    Type of output parameters
    parameterNames string[]
    The list of parameter names that will be output by this step
    output_file str
    Output file name
    output_parameter_type str
    Type of output parameters
    parameter_names Sequence[str]
    The list of parameter names that will be output by this step
    outputFile String
    Output file name
    outputParameterType String
    Type of output parameters
    parameterNames List<String>
    The list of parameter names that will be output by this step

    GetPipelineStepDetailStepStorageMountConfigurationDetailsList

    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.
    bucket string
    The object storage bucket
    destinationDirectoryName string
    The local directory name to be mounted
    destinationPath string
    The local path of the mounted directory, excluding directory name.
    exportId string
    OCID of the export
    mountTargetId string
    OCID of the mount target
    namespace string
    The object storage namespace
    prefix string
    Prefix in the bucket to mount
    storageType string
    The type of storage.
    bucket str
    The object storage bucket
    destination_directory_name str
    The local directory name to be mounted
    destination_path str
    The local path of the mounted directory, excluding directory name.
    export_id str
    OCID of the export
    mount_target_id str
    OCID of the mount target
    namespace str
    The object storage namespace
    prefix str
    Prefix in the bucket to mount
    storage_type str
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.

    GetPipelineStorageMountConfigurationDetailsList

    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.
    bucket string
    The object storage bucket
    destinationDirectoryName string
    The local directory name to be mounted
    destinationPath string
    The local path of the mounted directory, excluding directory name.
    exportId string
    OCID of the export
    mountTargetId string
    OCID of the mount target
    namespace string
    The object storage namespace
    prefix string
    Prefix in the bucket to mount
    storageType string
    The type of storage.
    bucket str
    The object storage bucket
    destination_directory_name str
    The local directory name to be mounted
    destination_path str
    The local path of the mounted directory, excluding directory name.
    export_id str
    OCID of the export
    mount_target_id str
    OCID of the mount target
    namespace str
    The object storage namespace
    prefix str
    Prefix in the bucket to mount
    storage_type str
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate