1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. getPipeline
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

oci.DataScience.getPipeline

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 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: oci_datascience_pipeline.test_pipeline.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_pipeline = oci.DataScience.get_pipeline(pipeline_id=oci_datascience_pipeline["test_pipeline"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/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: oci_datascience_pipeline.Test_pipeline.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testPipeline = Oci.DataScience.GetPipeline.Invoke(new()
        {
            PipelineId = oci_datascience_pipeline.Test_pipeline.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DataScience.DataScienceFunctions;
    import com.pulumi.oci.DataScience.inputs.GetPipelineArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testPipeline = DataScienceFunctions.getPipeline(GetPipelineArgs.builder()
                .pipelineId(oci_datascience_pipeline.test_pipeline().id())
                .build());
    
        }
    }
    
    variables:
      testPipeline:
        fn::invoke:
          Function: oci:DataScience:getPipeline
          Arguments:
            pipelineId: ${oci_datascience_pipeline.test_pipeline.id}
    

    Using getPipeline

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

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

    > 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)
    }
    public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DataScience/getPipeline:getPipeline
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getPipeline Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment where you want to create the pipeline.
    ConfigurationDetails List<GetPipelineConfigurationDetail>
    The configuration details of a pipeline.
    CreatedBy string
    The OCID of the user who created the pipeline.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeleteRelatedPipelineRuns bool
    Description string
    A short description of the step.
    DisplayName string
    A user-friendly display name for the resource.
    FreeformTags Dictionary<string, object>
    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.
    SystemTags Dictionary<string, object>
    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]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeleteRelatedPipelineRuns bool
    Description string
    A short description of the step.
    DisplayName string
    A user-friendly display name for the resource.
    FreeformTags map[string]interface{}
    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.
    SystemTags map[string]interface{}
    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,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns Boolean
    description String
    A short description of the step.
    displayName String
    A user-friendly display name for the resource.
    freeformTags Map<String,Object>
    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.
    systemTags Map<String,Object>
    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]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns boolean
    description string
    A short description of the step.
    displayName string
    A user-friendly display name for the resource.
    freeformTags {[key: string]: any}
    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.
    systemTags {[key: string]: any}
    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 GetPipelineConfigurationDetail]
    The configuration details of a pipeline.
    created_by str
    The OCID of the user who created the pipeline.
    defined_tags Mapping[str, Any]
    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
    description str
    A short description of the step.
    display_name str
    A user-friendly display name for the resource.
    freeform_tags Mapping[str, Any]
    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 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 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 GetPipelineStepArtifact]
    step_details GetPipelineStepDetail]
    Array of step details for each step.
    system_tags Mapping[str, Any]
    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<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    deleteRelatedPipelineRuns Boolean
    description String
    A short description of the step.
    displayName String
    A user-friendly display name for the resource.
    freeformTags Map<Any>
    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.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
    timeUpdated String
    The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z

    Supporting Types

    GetPipelineConfigurationDetail

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

    GetPipelineInfrastructureConfigurationDetail

    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    ShapeConfigDetails List<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    ShapeConfigDetails []GetPipelineInfrastructureConfigurationDetailShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails List<GetPipelineInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails GetPipelineInfrastructureConfigurationDetailShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance.
    shape_config_details GetPipelineInfrastructureConfigurationDetailShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.

    GetPipelineInfrastructureConfigurationDetailShapeConfigDetail

    MemoryInGbs 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 double
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    MemoryInGbs 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 float64
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 Double
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 number
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memory_in_gbs 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 float
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 Number
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

    GetPipelineLogConfigurationDetail

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

    GetPipelineStepArtifact

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

    GetPipelineStepDetail

    DependsOns List<string>
    The list of step names this current step depends on for execution.
    Description string
    A short description of the step.
    IsArtifactUploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    JobId string
    The OCID of the job to be used as a step.
    StepConfigurationDetails List<GetPipelineStepDetailStepConfigurationDetail>
    The configuration details of a step.
    StepInfrastructureConfigurationDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    StepType string
    The type of step.
    DependsOns []string
    The list of step names this current step depends on for execution.
    Description string
    A short description of the step.
    IsArtifactUploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    JobId string
    The OCID of the job to be used as a step.
    StepConfigurationDetails []GetPipelineStepDetailStepConfigurationDetail
    The configuration details of a step.
    StepInfrastructureConfigurationDetails []GetPipelineStepDetailStepInfrastructureConfigurationDetail
    The infrastructure configuration details of a pipeline or a step.
    StepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    StepType string
    The type of step.
    dependsOns List<String>
    The list of step names this current step depends on for execution.
    description String
    A short description of the step.
    isArtifactUploaded Boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId String
    The OCID of the job to be used as a step.
    stepConfigurationDetails List<GetPipelineStepDetailStepConfigurationDetail>
    The configuration details of a step.
    stepInfrastructureConfigurationDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetail>
    The infrastructure configuration details of a pipeline or a step.
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepType String
    The type of step.
    dependsOns string[]
    The list of step names this current step depends on for execution.
    description string
    A short description of the step.
    isArtifactUploaded boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId string
    The OCID of the job to be used as a step.
    stepConfigurationDetails GetPipelineStepDetailStepConfigurationDetail[]
    The configuration details of a step.
    stepInfrastructureConfigurationDetails GetPipelineStepDetailStepInfrastructureConfigurationDetail[]
    The infrastructure configuration details of a pipeline or a step.
    stepName string
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepType string
    The type of step.
    depends_ons Sequence[str]
    The list of step names this current step depends on for execution.
    description str
    A short description of the step.
    is_artifact_uploaded bool
    A flag to indicate whether the artifact has been uploaded for this step or not.
    job_id str
    The OCID of the job to be used as a step.
    step_configuration_details GetPipelineStepDetailStepConfigurationDetail]
    The configuration details of a step.
    step_infrastructure_configuration_details GetPipelineStepDetailStepInfrastructureConfigurationDetail]
    The infrastructure configuration details of a pipeline or a step.
    step_name str
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    step_type str
    The type of step.
    dependsOns List<String>
    The list of step names this current step depends on for execution.
    description String
    A short description of the step.
    isArtifactUploaded Boolean
    A flag to indicate whether the artifact has been uploaded for this step or not.
    jobId String
    The OCID of the job to be used as a step.
    stepConfigurationDetails List<Property Map>
    The configuration details of a step.
    stepInfrastructureConfigurationDetails List<Property Map>
    The infrastructure configuration details of a pipeline or a step.
    stepName String
    The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
    stepType String
    The type of step.

    GetPipelineStepDetailStepConfigurationDetail

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

    GetPipelineStepDetailStepInfrastructureConfigurationDetail

    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    ShapeConfigDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance.
    ShapeConfigDetails []GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails List<GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail[]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The shape used to launch the instance for all step runs in the pipeline.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance.
    shape_config_details GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail]
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The shape used to launch the instance for all step runs in the pipeline.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance.
    shapeConfigDetails List<Property Map>
    Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The shape used to launch the instance for all step runs in the pipeline.

    GetPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail

    MemoryInGbs 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 double
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    MemoryInGbs 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 float64
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 Double
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 number
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memory_in_gbs 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 float
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
    memoryInGbs 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 Number
    A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi