1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getPipelines
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.DataScience.getPipelines

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides the list of Pipelines in Oracle Cloud Infrastructure Data Science service.

Returns a list of Pipelines.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testPipelines = oci.DataScience.getPipelines({
    compartmentId: compartmentId,
    createdBy: pipelineCreatedBy,
    displayName: pipelineDisplayName,
    id: pipelineId,
    projectId: testProject.id,
    state: pipelineState,
});
Copy
import pulumi
import pulumi_oci as oci

test_pipelines = oci.DataScience.get_pipelines(compartment_id=compartment_id,
    created_by=pipeline_created_by,
    display_name=pipeline_display_name,
    id=pipeline_id,
    project_id=test_project["id"],
    state=pipeline_state)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datascience.GetPipelines(ctx, &datascience.GetPipelinesArgs{
			CompartmentId: compartmentId,
			CreatedBy:     pulumi.StringRef(pipelineCreatedBy),
			DisplayName:   pulumi.StringRef(pipelineDisplayName),
			Id:            pulumi.StringRef(pipelineId),
			ProjectId:     pulumi.StringRef(testProject.Id),
			State:         pulumi.StringRef(pipelineState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testPipelines = Oci.DataScience.GetPipelines.Invoke(new()
    {
        CompartmentId = compartmentId,
        CreatedBy = pipelineCreatedBy,
        DisplayName = pipelineDisplayName,
        Id = pipelineId,
        ProjectId = testProject.Id,
        State = pipelineState,
    });

});
Copy
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.GetPipelinesArgs;
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 testPipelines = DataScienceFunctions.getPipelines(GetPipelinesArgs.builder()
            .compartmentId(compartmentId)
            .createdBy(pipelineCreatedBy)
            .displayName(pipelineDisplayName)
            .id(pipelineId)
            .projectId(testProject.id())
            .state(pipelineState)
            .build());

    }
}
Copy
variables:
  testPipelines:
    fn::invoke:
      function: oci:DataScience:getPipelines
      arguments:
        compartmentId: ${compartmentId}
        createdBy: ${pipelineCreatedBy}
        displayName: ${pipelineDisplayName}
        id: ${pipelineId}
        projectId: ${testProject.id}
        state: ${pipelineState}
Copy

Using getPipelines

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 getPipelines(args: GetPipelinesArgs, opts?: InvokeOptions): Promise<GetPipelinesResult>
function getPipelinesOutput(args: GetPipelinesOutputArgs, opts?: InvokeOptions): Output<GetPipelinesResult>
Copy
def get_pipelines(compartment_id: Optional[str] = None,
                  created_by: Optional[str] = None,
                  display_name: Optional[str] = None,
                  filters: Optional[Sequence[_datascience.GetPipelinesFilter]] = None,
                  id: Optional[str] = None,
                  project_id: Optional[str] = None,
                  state: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetPipelinesResult
def get_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
                  created_by: Optional[pulumi.Input[str]] = None,
                  display_name: Optional[pulumi.Input[str]] = None,
                  filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetPipelinesFilterArgs]]]] = None,
                  id: Optional[pulumi.Input[str]] = None,
                  project_id: Optional[pulumi.Input[str]] = None,
                  state: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetPipelinesResult]
Copy
func GetPipelines(ctx *Context, args *GetPipelinesArgs, opts ...InvokeOption) (*GetPipelinesResult, error)
func GetPipelinesOutput(ctx *Context, args *GetPipelinesOutputArgs, opts ...InvokeOption) GetPipelinesResultOutput
Copy

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

public static class GetPipelines 
{
    public static Task<GetPipelinesResult> InvokeAsync(GetPipelinesArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelinesResult> Invoke(GetPipelinesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
public static Output<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataScience/getPipelines:getPipelines
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy string
Filter results by the OCID of the user who created the resource.
DisplayName string
Filter results by its user-friendly name.
Filters Changes to this property will trigger replacement. List<GetPipelinesFilter>
Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
ProjectId string
Filter results by the OCID of the project.
State string
The current state of the Pipeline.
CompartmentId This property is required. string
Filter results by the OCID of the compartment.
CreatedBy string
Filter results by the OCID of the user who created the resource.
DisplayName string
Filter results by its user-friendly name.
Filters Changes to this property will trigger replacement. []GetPipelinesFilter
Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
ProjectId string
Filter results by the OCID of the project.
State string
The current state of the Pipeline.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy String
Filter results by the OCID of the user who created the resource.
displayName String
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. List<GetPipelinesFilter>
id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId String
Filter results by the OCID of the project.
state String
The current state of the Pipeline.
compartmentId This property is required. string
Filter results by the OCID of the compartment.
createdBy string
Filter results by the OCID of the user who created the resource.
displayName string
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. GetPipelinesFilter[]
id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId string
Filter results by the OCID of the project.
state string
The current state of the Pipeline.
compartment_id This property is required. str
Filter results by the OCID of the compartment.
created_by str
Filter results by the OCID of the user who created the resource.
display_name str
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. Sequence[datascience.GetPipelinesFilter]
id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
project_id str
Filter results by the OCID of the project.
state str
The current state of the Pipeline.
compartmentId This property is required. String
Filter results by the OCID of the compartment.
createdBy String
Filter results by the OCID of the user who created the resource.
displayName String
Filter results by its user-friendly name.
filters Changes to this property will trigger replacement. List<Property Map>
id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
projectId String
Filter results by the OCID of the project.
state String
The current state of the Pipeline.

getPipelines Result

The following output properties are available:

CompartmentId string
The OCID of the compartment where you want to create the pipeline.
Pipelines List<GetPipelinesPipeline>
The list of pipelines.
CreatedBy string
The OCID of the user who created the pipeline.
DisplayName string
A user-friendly display name for the resource.
Filters List<GetPipelinesFilter>
Id string
The OCID of the pipeline.
ProjectId string
The OCID of the project to associate the pipeline with.
State string
The current state of the pipeline.
CompartmentId string
The OCID of the compartment where you want to create the pipeline.
Pipelines []GetPipelinesPipeline
The list of pipelines.
CreatedBy string
The OCID of the user who created the pipeline.
DisplayName string
A user-friendly display name for the resource.
Filters []GetPipelinesFilter
Id string
The OCID of the pipeline.
ProjectId string
The OCID of the project to associate the pipeline with.
State string
The current state of the pipeline.
compartmentId String
The OCID of the compartment where you want to create the pipeline.
pipelines List<GetPipelinesPipeline>
The list of pipelines.
createdBy String
The OCID of the user who created the pipeline.
displayName String
A user-friendly display name for the resource.
filters List<GetPipelinesFilter>
id String
The OCID of the pipeline.
projectId String
The OCID of the project to associate the pipeline with.
state String
The current state of the pipeline.
compartmentId string
The OCID of the compartment where you want to create the pipeline.
pipelines GetPipelinesPipeline[]
The list of pipelines.
createdBy string
The OCID of the user who created the pipeline.
displayName string
A user-friendly display name for the resource.
filters GetPipelinesFilter[]
id string
The OCID of the pipeline.
projectId string
The OCID of the project to associate the pipeline with.
state string
The current state of the pipeline.
compartment_id str
The OCID of the compartment where you want to create the pipeline.
pipelines Sequence[datascience.GetPipelinesPipeline]
The list of pipelines.
created_by str
The OCID of the user who created the pipeline.
display_name str
A user-friendly display name for the resource.
filters Sequence[datascience.GetPipelinesFilter]
id str
The OCID of the pipeline.
project_id str
The OCID of the project to associate the pipeline with.
state str
The current state of the pipeline.
compartmentId String
The OCID of the compartment where you want to create the pipeline.
pipelines List<Property Map>
The list of pipelines.
createdBy String
The OCID of the user who created the pipeline.
displayName String
A user-friendly display name for the resource.
filters List<Property Map>
id String
The OCID of the pipeline.
projectId String
The OCID of the project to associate the pipeline with.
state String
The current state of the pipeline.

Supporting Types

GetPipelinesFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

GetPipelinesPipeline

CompartmentId This property is required. string
Filter results by the OCID of the compartment.
ConfigurationDetails This property is required. List<GetPipelinesPipelineConfigurationDetail>
The configuration details of a pipeline.
CreatedBy This property is required. string
Filter results by the OCID of the user who created the resource.
DefinedTags This property is required. 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 This property is required. bool
Description This property is required. string
A short description of the step.
DisplayName This property is required. string
Filter results by its user-friendly name.
FreeformTags This property is required. 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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
InfrastructureConfigurationDetails This property is required. List<GetPipelinesPipelineInfrastructureConfigurationDetail>
The infrastructure configuration details of a pipeline or a step.
LifecycleDetails This property is required. 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 This property is required. List<GetPipelinesPipelineLogConfigurationDetail>
The pipeline log configuration details.
ProjectId This property is required. string
Filter results by the OCID of the project.
State This property is required. string
The current state of the Pipeline.
StepArtifacts This property is required. List<GetPipelinesPipelineStepArtifact>
StepDetails This property is required. List<GetPipelinesPipelineStepDetail>
Array of step details for each step.
StorageMountConfigurationDetailsLists This property is required. List<GetPipelinesPipelineStorageMountConfigurationDetailsList>
The storage mount details to mount to the instance running the pipeline step.
SystemTags This property is required. Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
TimeUpdated This property is required. string
The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
CompartmentId This property is required. string
Filter results by the OCID of the compartment.
ConfigurationDetails This property is required. []GetPipelinesPipelineConfigurationDetail
The configuration details of a pipeline.
CreatedBy This property is required. string
Filter results by the OCID of the user who created the resource.
DefinedTags This property is required. 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 This property is required. bool
Description This property is required. string
A short description of the step.
DisplayName This property is required. string
Filter results by its user-friendly name.
FreeformTags This property is required. 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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
InfrastructureConfigurationDetails This property is required. []GetPipelinesPipelineInfrastructureConfigurationDetail
The infrastructure configuration details of a pipeline or a step.
LifecycleDetails This property is required. 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 This property is required. []GetPipelinesPipelineLogConfigurationDetail
The pipeline log configuration details.
ProjectId This property is required. string
Filter results by the OCID of the project.
State This property is required. string
The current state of the Pipeline.
StepArtifacts This property is required. []GetPipelinesPipelineStepArtifact
StepDetails This property is required. []GetPipelinesPipelineStepDetail
Array of step details for each step.
StorageMountConfigurationDetailsLists This property is required. []GetPipelinesPipelineStorageMountConfigurationDetailsList
The storage mount details to mount to the instance running the pipeline step.
SystemTags This property is required. map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
TimeUpdated This property is required. string
The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
compartmentId This property is required. String
Filter results by the OCID of the compartment.
configurationDetails This property is required. List<GetPipelinesPipelineConfigurationDetail>
The configuration details of a pipeline.
createdBy This property is required. String
Filter results by the OCID of the user who created the resource.
definedTags This property is required. 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 This property is required. Boolean
description This property is required. String
A short description of the step.
displayName This property is required. String
Filter results by its user-friendly name.
freeformTags This property is required. 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 This property is required. String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
infrastructureConfigurationDetails This property is required. List<GetPipelinesPipelineInfrastructureConfigurationDetail>
The infrastructure configuration details of a pipeline or a step.
lifecycleDetails This property is required. 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 This property is required. List<GetPipelinesPipelineLogConfigurationDetail>
The pipeline log configuration details.
projectId This property is required. String
Filter results by the OCID of the project.
state This property is required. String
The current state of the Pipeline.
stepArtifacts This property is required. List<GetPipelinesPipelineStepArtifact>
stepDetails This property is required. List<GetPipelinesPipelineStepDetail>
Array of step details for each step.
storageMountConfigurationDetailsLists This property is required. List<GetPipelinesPipelineStorageMountConfigurationDetailsList>
The storage mount details to mount to the instance running the pipeline step.
systemTags This property is required. Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
timeUpdated This property is required. String
The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
compartmentId This property is required. string
Filter results by the OCID of the compartment.
configurationDetails This property is required. GetPipelinesPipelineConfigurationDetail[]
The configuration details of a pipeline.
createdBy This property is required. string
Filter results by the OCID of the user who created the resource.
definedTags This property is required. {[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 This property is required. boolean
description This property is required. string
A short description of the step.
displayName This property is required. string
Filter results by its user-friendly name.
freeformTags This property is required. {[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 This property is required. string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
infrastructureConfigurationDetails This property is required. GetPipelinesPipelineInfrastructureConfigurationDetail[]
The infrastructure configuration details of a pipeline or a step.
lifecycleDetails This property is required. 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 This property is required. GetPipelinesPipelineLogConfigurationDetail[]
The pipeline log configuration details.
projectId This property is required. string
Filter results by the OCID of the project.
state This property is required. string
The current state of the Pipeline.
stepArtifacts This property is required. GetPipelinesPipelineStepArtifact[]
stepDetails This property is required. GetPipelinesPipelineStepDetail[]
Array of step details for each step.
storageMountConfigurationDetailsLists This property is required. GetPipelinesPipelineStorageMountConfigurationDetailsList[]
The storage mount details to mount to the instance running the pipeline step.
systemTags This property is required. {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. string
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
timeUpdated This property is required. 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 This property is required. str
Filter results by the OCID of the compartment.
configuration_details This property is required. Sequence[datascience.GetPipelinesPipelineConfigurationDetail]
The configuration details of a pipeline.
created_by This property is required. str
Filter results by the OCID of the user who created the resource.
defined_tags This property is required. 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 This property is required. bool
description This property is required. str
A short description of the step.
display_name This property is required. str
Filter results by its user-friendly name.
freeform_tags This property is required. 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 This property is required. str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
infrastructure_configuration_details This property is required. Sequence[datascience.GetPipelinesPipelineInfrastructureConfigurationDetail]
The infrastructure configuration details of a pipeline or a step.
lifecycle_details This property is required. 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 This property is required. Sequence[datascience.GetPipelinesPipelineLogConfigurationDetail]
The pipeline log configuration details.
project_id This property is required. str
Filter results by the OCID of the project.
state This property is required. str
The current state of the Pipeline.
step_artifacts This property is required. Sequence[datascience.GetPipelinesPipelineStepArtifact]
step_details This property is required. Sequence[datascience.GetPipelinesPipelineStepDetail]
Array of step details for each step.
storage_mount_configuration_details_lists This property is required. Sequence[datascience.GetPipelinesPipelineStorageMountConfigurationDetailsList]
The storage mount details to mount to the instance running the pipeline step.
system_tags This property is required. Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created This property is required. 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 This property is required. str
The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
compartmentId This property is required. String
Filter results by the OCID of the compartment.
configurationDetails This property is required. List<Property Map>
The configuration details of a pipeline.
createdBy This property is required. String
Filter results by the OCID of the user who created the resource.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
deleteRelatedPipelineRuns This property is required. Boolean
description This property is required. String
A short description of the step.
displayName This property is required. String
Filter results by its user-friendly name.
freeformTags This property is required. 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 This property is required. String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
infrastructureConfigurationDetails This property is required. List<Property Map>
The infrastructure configuration details of a pipeline or a step.
lifecycleDetails This property is required. 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 This property is required. List<Property Map>
The pipeline log configuration details.
projectId This property is required. String
Filter results by the OCID of the project.
state This property is required. String
The current state of the Pipeline.
stepArtifacts This property is required. List<Property Map>
stepDetails This property is required. List<Property Map>
Array of step details for each step.
storageMountConfigurationDetailsLists This property is required. List<Property Map>
The storage mount details to mount to the instance running the pipeline step.
systemTags This property is required. Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
timeUpdated This property is required. String
The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z

GetPipelinesPipelineConfigurationDetail

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

GetPipelinesPipelineInfrastructureConfigurationDetail

BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. List<GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
ShapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
SubnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. []GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
ShapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
SubnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. Integer
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. List<GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. String
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. String
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. number
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail[]
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
block_storage_size_in_gbs This property is required. int
The size of the block storage volume to attach to the instance.
shape_config_details This property is required. Sequence[datascience.GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail]
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shape_name This property is required. str
The shape used to launch the instance for all step runs in the pipeline.
subnet_id This property is required. str
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. Number
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. List<Property Map>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. String
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. String
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.

GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail

MemoryInGbs This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
MemoryInGbs This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memory_in_gbs This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

GetPipelinesPipelineLogConfigurationDetail

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

GetPipelinesPipelineStepArtifact

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

GetPipelinesPipelineStepDetail

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

GetPipelinesPipelineStepDetailStepConfigurationDetail

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

GetPipelinesPipelineStepDetailStepContainerConfigurationDetail

Cmds This property is required. 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 This property is required. string
The type of container.
Entrypoints This property is required. 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 This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
ImageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
ImageSignatureId This property is required. string
OCID of the container image signature
Cmds This property is required. []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 This property is required. string
The type of container.
Entrypoints This property is required. []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 This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
ImageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
ImageSignatureId This property is required. string
OCID of the container image signature
cmds This property is required. 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 This property is required. String
The type of container.
entrypoints This property is required. 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 This property is required. String
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
imageDigest This property is required. String
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
imageSignatureId This property is required. String
OCID of the container image signature
cmds This property is required. 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 This property is required. string
The type of container.
entrypoints This property is required. 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 This property is required. string
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
imageDigest This property is required. string
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
imageSignatureId This property is required. string
OCID of the container image signature
cmds This property is required. 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 This property is required. str
The type of container.
entrypoints This property is required. 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 This property is required. str
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
image_digest This property is required. str
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
image_signature_id This property is required. str
OCID of the container image signature
cmds This property is required. 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 This property is required. String
The type of container.
entrypoints This property is required. 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 This property is required. String
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
imageDigest This property is required. String
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
imageSignatureId This property is required. String
OCID of the container image signature

GetPipelinesPipelineStepDetailStepDataflowConfigurationDetail

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

GetPipelinesPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail

MemoryInGbs This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
MemoryInGbs This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memory_in_gbs This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

GetPipelinesPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail

MemoryInGbs This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
MemoryInGbs This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memory_in_gbs This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetail

BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. List<GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
ShapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
SubnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. []GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
ShapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
SubnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. Integer
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. List<GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. String
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. String
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. number
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail[]
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. string
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. string
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
block_storage_size_in_gbs This property is required. int
The size of the block storage volume to attach to the instance.
shape_config_details This property is required. Sequence[datascience.GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail]
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shape_name This property is required. str
The shape used to launch the instance for all step runs in the pipeline.
subnet_id This property is required. str
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
blockStorageSizeInGbs This property is required. Number
The size of the block storage volume to attach to the instance.
shapeConfigDetails This property is required. List<Property Map>
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
shapeName This property is required. String
The shape used to launch the instance for all step runs in the pipeline.
subnetId This property is required. String
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.

GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail

MemoryInGbs This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
MemoryInGbs This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
Ocpus This property is required. float64
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Double
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memory_in_gbs This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. float
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
memoryInGbs This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
ocpus This property is required. Number
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

GetPipelinesPipelineStepDetailStepStorageMountConfigurationDetailsList

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

GetPipelinesPipelineStorageMountConfigurationDetailsList

Bucket This property is required. string
The object storage bucket
DestinationDirectoryName This property is required. string
The local directory name to be mounted
DestinationPath This property is required. string
The local path of the mounted directory, excluding directory name.
ExportId This property is required. string
OCID of the export
MountTargetId This property is required. string
OCID of the mount target
Namespace This property is required. string
The object storage namespace
Prefix This property is required. string
Prefix in the bucket to mount
StorageType This property is required. string
The type of storage.
Bucket This property is required. string
The object storage bucket
DestinationDirectoryName This property is required. string
The local directory name to be mounted
DestinationPath This property is required. string
The local path of the mounted directory, excluding directory name.
ExportId This property is required. string
OCID of the export
MountTargetId This property is required. string
OCID of the mount target
Namespace This property is required. string
The object storage namespace
Prefix This property is required. string
Prefix in the bucket to mount
StorageType This property is required. string
The type of storage.
bucket This property is required. String
The object storage bucket
destinationDirectoryName This property is required. String
The local directory name to be mounted
destinationPath This property is required. String
The local path of the mounted directory, excluding directory name.
exportId This property is required. String
OCID of the export
mountTargetId This property is required. String
OCID of the mount target
namespace This property is required. String
The object storage namespace
prefix This property is required. String
Prefix in the bucket to mount
storageType This property is required. String
The type of storage.
bucket This property is required. string
The object storage bucket
destinationDirectoryName This property is required. string
The local directory name to be mounted
destinationPath This property is required. string
The local path of the mounted directory, excluding directory name.
exportId This property is required. string
OCID of the export
mountTargetId This property is required. string
OCID of the mount target
namespace This property is required. string
The object storage namespace
prefix This property is required. string
Prefix in the bucket to mount
storageType This property is required. string
The type of storage.
bucket This property is required. str
The object storage bucket
destination_directory_name This property is required. str
The local directory name to be mounted
destination_path This property is required. str
The local path of the mounted directory, excluding directory name.
export_id This property is required. str
OCID of the export
mount_target_id This property is required. str
OCID of the mount target
namespace This property is required. str
The object storage namespace
prefix This property is required. str
Prefix in the bucket to mount
storage_type This property is required. str
The type of storage.
bucket This property is required. String
The object storage bucket
destinationDirectoryName This property is required. String
The local directory name to be mounted
destinationPath This property is required. String
The local path of the mounted directory, excluding directory name.
exportId This property is required. String
OCID of the export
mountTargetId This property is required. String
OCID of the mount target
namespace This property is required. String
The object storage namespace
prefix This property is required. String
Prefix in the bucket to mount
storageType This property is required. 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.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi