oci.DataScience.getPipelines
Explore with Pulumi AI
This data source provides the list of Pipelines in Oracle Cloud Infrastructure Data Science service.
Returns a list of Pipelines.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testPipelines = Oci.DataScience.GetPipelines.Invoke(new()
{
CompartmentId = @var.Compartment_id,
CreatedBy = @var.Pipeline_created_by,
DisplayName = @var.Pipeline_display_name,
Id = @var.Pipeline_id,
ProjectId = oci_datascience_project.Test_project.Id,
State = @var.Pipeline_state,
});
});
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.GetPipelines(ctx, &datascience.GetPipelinesArgs{
CompartmentId: _var.Compartment_id,
CreatedBy: pulumi.StringRef(_var.Pipeline_created_by),
DisplayName: pulumi.StringRef(_var.Pipeline_display_name),
Id: pulumi.StringRef(_var.Pipeline_id),
ProjectId: pulumi.StringRef(oci_datascience_project.Test_project.Id),
State: pulumi.StringRef(_var.Pipeline_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetPipelinesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testPipelines = DataScienceFunctions.getPipelines(GetPipelinesArgs.builder()
.compartmentId(var_.compartment_id())
.createdBy(var_.pipeline_created_by())
.displayName(var_.pipeline_display_name())
.id(var_.pipeline_id())
.projectId(oci_datascience_project.test_project().id())
.state(var_.pipeline_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_pipelines = oci.DataScience.get_pipelines(compartment_id=var["compartment_id"],
created_by=var["pipeline_created_by"],
display_name=var["pipeline_display_name"],
id=var["pipeline_id"],
project_id=oci_datascience_project["test_project"]["id"],
state=var["pipeline_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipelines = oci.DataScience.getPipelines({
compartmentId: _var.compartment_id,
createdBy: _var.pipeline_created_by,
displayName: _var.pipeline_display_name,
id: _var.pipeline_id,
projectId: oci_datascience_project.test_project.id,
state: _var.pipeline_state,
});
variables:
testPipelines:
fn::invoke:
Function: oci:DataScience:getPipelines
Arguments:
compartmentId: ${var.compartment_id}
createdBy: ${var.pipeline_created_by}
displayName: ${var.pipeline_display_name}
id: ${var.pipeline_id}
projectId: ${oci_datascience_project.test_project.id}
state: ${var.pipeline_state}
Using getPipelines
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipelines(args: GetPipelinesArgs, opts?: InvokeOptions): Promise<GetPipelinesResult>
function getPipelinesOutput(args: GetPipelinesOutputArgs, opts?: InvokeOptions): Output<GetPipelinesResult>
def get_pipelines(compartment_id: Optional[str] = None,
created_by: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_datascience.GetPipelinesFilter]] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelinesResult
def get_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
created_by: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetPipelinesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelinesResult]
func GetPipelines(ctx *Context, args *GetPipelinesArgs, opts ...InvokeOption) (*GetPipelinesResult, error)
func GetPipelinesOutput(ctx *Context, args *GetPipelinesOutputArgs, opts ...InvokeOption) GetPipelinesResultOutput
> Note: This function is named GetPipelines
in the Go SDK.
public static class GetPipelines
{
public static Task<GetPipelinesResult> InvokeAsync(GetPipelinesArgs args, InvokeOptions? opts = null)
public static Output<GetPipelinesResult> Invoke(GetPipelinesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataScience/getPipelines:getPipelines
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
List<Get
Pipelines Filter> - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id string Filter results by the OCID of the project.
- State string
The current state of the Pipeline.
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
[]Get
Pipelines Filter - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id string Filter results by the OCID of the project.
- State string
The current state of the Pipeline.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters
List<Get
Pipelines Filter> - id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id String Filter results by the OCID of the project.
- state String
The current state of the Pipeline.
- compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- display
Name string Filter results by its user-friendly name.
- filters
Get
Pipelines Filter[] - id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id string Filter results by the OCID of the project.
- state string
The current state of the Pipeline.
- compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- display_
name str Filter results by its user-friendly name.
- filters
Get
Pipelines Filter] - id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project_
id str Filter results by the OCID of the project.
- state str
The current state of the Pipeline.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters List<Property Map>
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id String Filter results by the OCID of the project.
- state String
The current state of the Pipeline.
getPipelines Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment where you want to create the pipeline.
- Pipelines
List<Get
Pipelines Pipeline> The list of pipelines.
- Created
By string The OCID of the user who created the pipeline.
- Display
Name string A user-friendly display name for the resource.
- Filters
List<Get
Pipelines Filter> - Id string
The OCID of the pipeline.
- Project
Id string The OCID of the project to associate the pipeline with.
- State string
The current state of the pipeline.
- Compartment
Id string The OCID of the compartment where you want to create the pipeline.
- Pipelines
[]Get
Pipelines Pipeline The list of pipelines.
- Created
By string The OCID of the user who created the pipeline.
- Display
Name string A user-friendly display name for the resource.
- Filters
[]Get
Pipelines Filter - Id string
The OCID of the pipeline.
- Project
Id string The OCID of the project to associate the pipeline with.
- State string
The current state of the pipeline.
- compartment
Id String The OCID of the compartment where you want to create the pipeline.
- pipelines
List<Get
Pipelines Pipeline> The list of pipelines.
- created
By String The OCID of the user who created the pipeline.
- display
Name String A user-friendly display name for the resource.
- filters
List<Get
Pipelines Filter> - id String
The OCID of the pipeline.
- project
Id String The OCID of the project to associate the pipeline with.
- state String
The current state of the pipeline.
- compartment
Id string The OCID of the compartment where you want to create the pipeline.
- pipelines
Get
Pipelines Pipeline[] The list of pipelines.
- created
By string The OCID of the user who created the pipeline.
- display
Name string A user-friendly display name for the resource.
- filters
Get
Pipelines Filter[] - id string
The OCID of the pipeline.
- project
Id string The OCID of the project to associate the pipeline with.
- state string
The current state of the pipeline.
- compartment_
id str The OCID of the compartment where you want to create the pipeline.
- pipelines
Get
Pipelines Pipeline] The list of pipelines.
- created_
by str The OCID of the user who created the pipeline.
- display_
name str A user-friendly display name for the resource.
- filters
Get
Pipelines Filter] - id str
The OCID of the pipeline.
- project_
id str The OCID of the project to associate the pipeline with.
- state str
The current state of the pipeline.
- compartment
Id String The OCID of the compartment where you want to create the pipeline.
- pipelines List<Property Map>
The list of pipelines.
- created
By String The OCID of the user who created the pipeline.
- display
Name String A user-friendly display name for the resource.
- filters List<Property Map>
- id String
The OCID of the pipeline.
- project
Id String The OCID of the project to associate the pipeline with.
- state String
The current state of the pipeline.
Supporting Types
GetPipelinesFilter
GetPipelinesPipeline
- Compartment
Id string Filter results by the OCID of the compartment.
- Configuration
Details List<GetPipelines Pipeline Configuration Detail> The configuration details of a pipeline.
- Created
By string Filter results by the OCID of the user who created the resource.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
A short description of the step.
- Display
Name string Filter results by its user-friendly name.
- 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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Infrastructure
Configuration List<GetDetails Pipelines Pipeline Infrastructure Configuration Detail> The infrastructure configuration details of a pipeline or a step.
- Lifecycle
Details 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.
- Log
Configuration List<GetDetails Pipelines Pipeline Log Configuration Detail> The pipeline log configuration details.
- Project
Id string Filter results by the OCID of the project.
- State string
The current state of the Pipeline.
- Step
Artifacts List<GetPipelines Pipeline Step Artifact> - Step
Details List<GetPipelines Pipeline Step Detail> Array of step details for each step.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Time
Updated 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 string Filter results by the OCID of the compartment.
- Configuration
Details []GetPipelines Pipeline Configuration Detail The configuration details of a pipeline.
- Created
By string Filter results by the OCID of the user who created the resource.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
A short description of the step.
- Display
Name string Filter results by its user-friendly name.
- 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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Infrastructure
Configuration []GetDetails Pipelines Pipeline Infrastructure Configuration Detail The infrastructure configuration details of a pipeline or a step.
- Lifecycle
Details 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.
- Log
Configuration []GetDetails Pipelines Pipeline Log Configuration Detail The pipeline log configuration details.
- Project
Id string Filter results by the OCID of the project.
- State string
The current state of the Pipeline.
- Step
Artifacts []GetPipelines Pipeline Step Artifact - Step
Details []GetPipelines Pipeline Step Detail Array of step details for each step.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Time
Updated 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 String Filter results by the OCID of the compartment.
- configuration
Details List<GetPipelines Pipeline Configuration Detail> The configuration details of a pipeline.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
A short description of the step.
- display
Name String Filter results by its user-friendly name.
- 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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration List<GetDetails Pipelines Pipeline Infrastructure Configuration Detail> The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details 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.
- log
Configuration List<GetDetails Pipelines Pipeline Log Configuration Detail> The pipeline log configuration details.
- project
Id String Filter results by the OCID of the project.
- state String
The current state of the Pipeline.
- step
Artifacts List<GetPipelines Pipeline Step Artifact> - step
Details List<GetPipelines Pipeline Step Detail> Array of step details for each step.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated 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 string Filter results by the OCID of the compartment.
- configuration
Details GetPipelines Pipeline Configuration Detail[] The configuration details of a pipeline.
- created
By string Filter results by the OCID of the user who created the resource.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- boolean
- description string
A short description of the step.
- display
Name string Filter results by its user-friendly name.
- {[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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration GetDetails Pipelines Pipeline Infrastructure Configuration Detail[] The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details 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.
- log
Configuration GetDetails Pipelines Pipeline Log Configuration Detail[] The pipeline log configuration details.
- project
Id string Filter results by the OCID of the project.
- state string
The current state of the Pipeline.
- step
Artifacts GetPipelines Pipeline Step Artifact[] - step
Details GetPipelines Pipeline Step Detail[] Array of step details for each step.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated 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 Filter results by the OCID of the compartment.
- configuration_
details GetPipelines Pipeline Configuration Detail] The configuration details of a pipeline.
- created_
by str Filter results by the OCID of the user who created the resource.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- description str
A short description of the step.
- display_
name str Filter results by its user-friendly name.
- 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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure_
configuration_ Getdetails Pipelines Pipeline Infrastructure Configuration Detail] 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_ Getdetails Pipelines Pipeline Log Configuration Detail] The pipeline log configuration details.
- project_
id str Filter results by the OCID of the project.
- state str
The current state of the Pipeline.
- step_
artifacts GetPipelines Pipeline Step Artifact] - step_
details GetPipelines Pipeline Step Detail] Array of step details for each step.
- 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
- compartment
Id String Filter results by the OCID of the compartment.
- configuration
Details List<Property Map> The configuration details of a pipeline.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
A short description of the step.
- display
Name String Filter results by its user-friendly name.
- 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
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration List<Property Map>Details The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details 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.
- log
Configuration List<Property Map>Details The pipeline log configuration details.
- project
Id String Filter results by the OCID of the project.
- state String
The current state of the Pipeline.
- step
Artifacts List<Property Map> - step
Details List<Property Map> Array of step details for each step.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated String The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
GetPipelinesPipelineConfigurationDetail
- Command
Line stringArguments The command line arguments to set for step.
- Environment
Variables Dictionary<string, object> Environment variables to set for step.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- Type string
The type of pipeline.
- Command
Line stringArguments The command line arguments to set for step.
- Environment
Variables map[string]interface{} Environment variables to set for step.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- Type string
The type of pipeline.
- command
Line StringArguments The command line arguments to set for step.
- environment
Variables Map<String,Object> Environment variables to set for step.
- maximum
Runtime StringIn Minutes A time bound for the execution of the step.
- type String
The type of pipeline.
- command
Line stringArguments The command line arguments to set for step.
- environment
Variables {[key: string]: any} Environment variables to set for step.
- maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- type string
The type of pipeline.
- command_
line_ strarguments The command line arguments to set for step.
- environment_
variables Mapping[str, Any] Environment variables to set for step.
- maximum_
runtime_ strin_ minutes A time bound for the execution of the step.
- type str
The type of pipeline.
- command
Line StringArguments The command line arguments to set for step.
- environment
Variables Map<Any> Environment variables to set for step.
- maximum
Runtime StringIn Minutes A time bound for the execution of the step.
- type String
The type of pipeline.
GetPipelinesPipelineInfrastructureConfigurationDetail
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance.
- Shape
Config List<GetDetails Pipelines Pipeline Infrastructure Configuration Detail Shape Config Detail> Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance.
- Shape
Config []GetDetails Pipelines Pipeline Infrastructure Configuration Detail Shape Config Detail Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- block
Storage IntegerSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config List<GetDetails Pipelines Pipeline Infrastructure Configuration Detail Shape Config Detail> Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the instance for all step runs in the pipeline.
- block
Storage numberSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config GetDetails Pipelines Pipeline Infrastructure Configuration Detail Shape Config Detail[] Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- block_
storage_ intsize_ in_ gbs The size of the block storage volume to attach to the instance.
- shape_
config_ Getdetails Pipelines Pipeline Infrastructure Configuration Detail Shape Config Detail] 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.
- block
Storage NumberSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config List<Property Map>Details Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the instance for all step runs in the pipeline.
GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail
- Memory
In doubleGbs 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.
- Memory
In float64Gbs 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.
- memory
In DoubleGbs 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.
- memory
In numberGbs 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_ floatgbs 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.
- memory
In NumberGbs 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.
GetPipelinesPipelineLogConfigurationDetail
- Enable
Auto boolLog Creation 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 stringId The OCID of the log group.
- Log
Id string The OCID of the log.
- Enable
Auto boolLog Creation 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 stringId The OCID of the log group.
- Log
Id string The OCID of the log.
- enable
Auto BooleanLog Creation If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean If customer logging is enabled for pipeline.
- log
Group StringId The OCID of the log group.
- log
Id String The OCID of the log.
- enable
Auto booleanLog Creation If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean If customer logging is enabled for pipeline.
- log
Group stringId The OCID of the log group.
- log
Id string The OCID of the log.
- enable_
auto_ boollog_ creation 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_ strid The OCID of the log group.
- log_
id str The OCID of the log.
- enable
Auto BooleanLog Creation If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean If customer logging is enabled for pipeline.
- log
Group StringId The OCID of the log group.
- log
Id String The OCID of the log.
GetPipelinesPipelineStepArtifact
- Artifact
Content stringDisposition - Artifact
Content stringLength - Artifact
Content stringMd5 - Artifact
Last stringModified - Pipeline
Step stringArtifact - Step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- Artifact
Content stringDisposition - Artifact
Content stringLength - Artifact
Content stringMd5 - Artifact
Last stringModified - Pipeline
Step stringArtifact - Step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifact
Content StringDisposition - artifact
Content StringLength - artifact
Content StringMd5 - artifact
Last StringModified - pipeline
Step StringArtifact - step
Name String The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifact
Content stringDisposition - artifact
Content stringLength - artifact
Content stringMd5 - artifact
Last stringModified - pipeline
Step stringArtifact - step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifact_
content_ strdisposition - artifact_
content_ strlength - artifact_
content_ strmd5 - artifact_
last_ strmodified - pipeline_
step_ strartifact - step_
name str The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- artifact
Content StringDisposition - artifact
Content StringLength - artifact
Content StringMd5 - artifact
Last StringModified - pipeline
Step StringArtifact - step
Name String The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
GetPipelinesPipelineStepDetail
- Depends
Ons List<string> The list of step names this current step depends on for execution.
- Description string
A short description of the step.
- Is
Artifact boolUploaded A flag to indicate whether the artifact has been uploaded for this step or not.
- Job
Id string The OCID of the job to be used as a step.
- Step
Configuration List<GetDetails Pipelines Pipeline Step Detail Step Configuration Detail> The configuration details of a step.
- Step
Infrastructure List<GetConfiguration Details Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail> The infrastructure configuration details of a pipeline or a step.
- Step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- Step
Type string The type of step.
- Depends
Ons []string The list of step names this current step depends on for execution.
- Description string
A short description of the step.
- Is
Artifact boolUploaded A flag to indicate whether the artifact has been uploaded for this step or not.
- Job
Id string The OCID of the job to be used as a step.
- Step
Configuration []GetDetails Pipelines Pipeline Step Detail Step Configuration Detail The configuration details of a step.
- Step
Infrastructure []GetConfiguration Details Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail The infrastructure configuration details of a pipeline or a step.
- Step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- Step
Type string The type of step.
- depends
Ons List<String> The list of step names this current step depends on for execution.
- description String
A short description of the step.
- is
Artifact BooleanUploaded A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id String The OCID of the job to be used as a step.
- step
Configuration List<GetDetails Pipelines Pipeline Step Detail Step Configuration Detail> The configuration details of a step.
- step
Infrastructure List<GetConfiguration Details Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail> The infrastructure configuration details of a pipeline or a step.
- step
Name String The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type String The type of step.
- depends
Ons string[] The list of step names this current step depends on for execution.
- description string
A short description of the step.
- is
Artifact booleanUploaded A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id string The OCID of the job to be used as a step.
- step
Configuration GetDetails Pipelines Pipeline Step Detail Step Configuration Detail[] The configuration details of a step.
- step
Infrastructure GetConfiguration Details Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail[] The infrastructure configuration details of a pipeline or a step.
- step
Name string The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type 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_ booluploaded 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_ Getdetails Pipelines Pipeline Step Detail Step Configuration Detail] The configuration details of a step.
- step_
infrastructure_ Getconfiguration_ details Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail] 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.
- depends
Ons List<String> The list of step names this current step depends on for execution.
- description String
A short description of the step.
- is
Artifact BooleanUploaded A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id String The OCID of the job to be used as a step.
- step
Configuration List<Property Map>Details The configuration details of a step.
- step
Infrastructure List<Property Map>Configuration Details The infrastructure configuration details of a pipeline or a step.
- step
Name String The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type String The type of step.
GetPipelinesPipelineStepDetailStepConfigurationDetail
- Command
Line stringArguments The command line arguments to set for step.
- Environment
Variables Dictionary<string, object> Environment variables to set for step.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- Command
Line stringArguments The command line arguments to set for step.
- Environment
Variables map[string]interface{} Environment variables to set for step.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- command
Line StringArguments The command line arguments to set for step.
- environment
Variables Map<String,Object> Environment variables to set for step.
- maximum
Runtime StringIn Minutes A time bound for the execution of the step.
- command
Line stringArguments The command line arguments to set for step.
- environment
Variables {[key: string]: any} Environment variables to set for step.
- maximum
Runtime stringIn Minutes A time bound for the execution of the step.
- command_
line_ strarguments The command line arguments to set for step.
- environment_
variables Mapping[str, Any] Environment variables to set for step.
- maximum_
runtime_ strin_ minutes A time bound for the execution of the step.
- command
Line StringArguments The command line arguments to set for step.
- environment
Variables Map<Any> Environment variables to set for step.
- maximum
Runtime StringIn Minutes A time bound for the execution of the step.
GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetail
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance.
- Shape
Config List<GetDetails Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail Shape Config Detail> Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance.
- Shape
Config []GetDetails Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail Shape Config Detail Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- block
Storage IntegerSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config List<GetDetails Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail Shape Config Detail> Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the instance for all step runs in the pipeline.
- block
Storage numberSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config GetDetails Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail Shape Config Detail[] Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name string The shape used to launch the instance for all step runs in the pipeline.
- block_
storage_ intsize_ in_ gbs The size of the block storage volume to attach to the instance.
- shape_
config_ Getdetails Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail Shape Config Detail] 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.
- block
Storage NumberSize In Gbs The size of the block storage volume to attach to the instance.
- shape
Config List<Property Map>Details Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the instance for all step runs in the pipeline.
GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
- Memory
In doubleGbs 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.
- Memory
In float64Gbs 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.
- memory
In DoubleGbs 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.
- memory
In numberGbs 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_ floatgbs 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.
- memory
In NumberGbs 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.