1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getPipeline
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.DataScience.getPipeline

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 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,
});
Copy
import pulumi
import pulumi_oci as oci

test_pipeline = oci.DataScience.get_pipeline(pipeline_id=test_pipeline_oci_datascience_pipeline["id"])
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.GetPipeline(ctx, &datascience.GetPipelineArgs{
			PipelineId: testPipelineOciDatasciencePipeline.Id,
		}, 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 testPipeline = Oci.DataScience.GetPipeline.Invoke(new()
    {
        PipelineId = testPipelineOciDatasciencePipeline.Id,
    });

});
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.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());

    }
}
Copy
variables:
  testPipeline:
    fn::invoke:
      function: oci:DataScience:getPipeline
      arguments:
        pipelineId: ${testPipelineOciDatasciencePipeline.id}
Copy

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>
Copy
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]
Copy
func GetPipeline(ctx *Context, args *GetPipelineArgs, opts ...InvokeOption) (*GetPipelineResult, error)
func GetPipelineOutput(ctx *Context, args *GetPipelineOutputArgs, opts ...InvokeOption) GetPipelineResultOutput
Copy

> Note: This function is named GetPipeline 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)
}
Copy
public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
public static Output<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataScience/getPipeline:getPipeline
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PipelineId This property is required. string
The OCID of the pipeline.
PipelineId This property is required. string
The OCID of the pipeline.
pipelineId This property is required. String
The OCID of the pipeline.
pipelineId This property is required. string
The OCID of the pipeline.
pipeline_id This property is required. str
The OCID of the pipeline.
pipelineId This property is required. 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.
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.
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.
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.
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[datascience.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[datascience.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[datascience.GetPipelineLogConfigurationDetail]
The pipeline log configuration details.
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[datascience.GetPipelineStepArtifact]
step_details Sequence[datascience.GetPipelineStepDetail]
Array of step details for each step.
storage_mount_configuration_details_lists Sequence[datascience.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.
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 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.

GetPipelineInfrastructureConfigurationDetail

BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. List<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
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. []GetPipelineInfrastructureConfigurationDetailShapeConfigDetail
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<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
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. GetPipelineInfrastructureConfigurationDetailShapeConfigDetail[]
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.GetPipelineInfrastructureConfigurationDetailShapeConfigDetail]
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.

GetPipelineInfrastructureConfigurationDetailShapeConfigDetail

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.

GetPipelineLogConfigurationDetail

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.

GetPipelineStepArtifact

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.

GetPipelineStepDetail

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<GetPipelineStepDetailStepConfigurationDetail>
The configuration details of a step.
StepContainerConfigurationDetails This property is required. List<GetPipelineStepDetailStepContainerConfigurationDetail>
Container Details for a step in pipeline.
StepDataflowConfigurationDetails This property is required. List<GetPipelineStepDetailStepDataflowConfigurationDetail>
The configuration details of a Dataflow step.
StepInfrastructureConfigurationDetails This property is required. List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
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<GetPipelineStepDetailStepStorageMountConfigurationDetailsList>
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. []GetPipelineStepDetailStepConfigurationDetail
The configuration details of a step.
StepContainerConfigurationDetails This property is required. []GetPipelineStepDetailStepContainerConfigurationDetail
Container Details for a step in pipeline.
StepDataflowConfigurationDetails This property is required. []GetPipelineStepDetailStepDataflowConfigurationDetail
The configuration details of a Dataflow step.
StepInfrastructureConfigurationDetails This property is required. []GetPipelineStepDetailStepInfrastructureConfigurationDetail
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. []GetPipelineStepDetailStepStorageMountConfigurationDetailsList
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<GetPipelineStepDetailStepConfigurationDetail>
The configuration details of a step.
stepContainerConfigurationDetails This property is required. List<GetPipelineStepDetailStepContainerConfigurationDetail>
Container Details for a step in pipeline.
stepDataflowConfigurationDetails This property is required. List<GetPipelineStepDetailStepDataflowConfigurationDetail>
The configuration details of a Dataflow step.
stepInfrastructureConfigurationDetails This property is required. List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
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<GetPipelineStepDetailStepStorageMountConfigurationDetailsList>
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. GetPipelineStepDetailStepConfigurationDetail[]
The configuration details of a step.
stepContainerConfigurationDetails This property is required. GetPipelineStepDetailStepContainerConfigurationDetail[]
Container Details for a step in pipeline.
stepDataflowConfigurationDetails This property is required. GetPipelineStepDetailStepDataflowConfigurationDetail[]
The configuration details of a Dataflow step.
stepInfrastructureConfigurationDetails This property is required. GetPipelineStepDetailStepInfrastructureConfigurationDetail[]
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. GetPipelineStepDetailStepStorageMountConfigurationDetailsList[]
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.GetPipelineStepDetailStepConfigurationDetail]
The configuration details of a step.
step_container_configuration_details This property is required. Sequence[datascience.GetPipelineStepDetailStepContainerConfigurationDetail]
Container Details for a step in pipeline.
step_dataflow_configuration_details This property is required. Sequence[datascience.GetPipelineStepDetailStepDataflowConfigurationDetail]
The configuration details of a Dataflow step.
step_infrastructure_configuration_details This property is required. Sequence[datascience.GetPipelineStepDetailStepInfrastructureConfigurationDetail]
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.GetPipelineStepDetailStepStorageMountConfigurationDetailsList]
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.

GetPipelineStepDetailStepConfigurationDetail

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.

GetPipelineStepDetailStepContainerConfigurationDetail

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

GetPipelineStepDetailStepDataflowConfigurationDetail

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<GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail>
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<GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail>
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. []GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail
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. []GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail
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<GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail>
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<GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail>
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. GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail[]
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. GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail[]
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.GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail]
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.GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail]
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.

GetPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail

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.

GetPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail

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.

GetPipelineStepDetailStepInfrastructureConfigurationDetail

BlockStorageSizeInGbs This property is required. int
The size of the block storage volume to attach to the instance.
ShapeConfigDetails This property is required. List<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
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. []GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
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<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
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. GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail[]
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.GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail]
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.

GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail

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.

GetPipelineStepDetailStepStorageMountConfigurationDetailsList

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.

GetPipelineStorageMountConfigurationDetailsList

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.30.0 published on Monday, Apr 14, 2025 by Pulumi