Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipelines = oci.DataScience.getPipelines({
compartmentId: compartmentId,
createdBy: pipelineCreatedBy,
displayName: pipelineDisplayName,
id: pipelineId,
projectId: testProject.id,
state: pipelineState,
});
import pulumi
import pulumi_oci as oci
test_pipelines = oci.DataScience.get_pipelines(compartment_id=compartment_id,
created_by=pipeline_created_by,
display_name=pipeline_display_name,
id=pipeline_id,
project_id=test_project["id"],
state=pipeline_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetPipelines(ctx, &datascience.GetPipelinesArgs{
CompartmentId: compartmentId,
CreatedBy: pulumi.StringRef(pipelineCreatedBy),
DisplayName: pulumi.StringRef(pipelineDisplayName),
Id: pulumi.StringRef(pipelineId),
ProjectId: pulumi.StringRef(testProject.Id),
State: pulumi.StringRef(pipelineState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testPipelines = Oci.DataScience.GetPipelines.Invoke(new()
{
CompartmentId = compartmentId,
CreatedBy = pipelineCreatedBy,
DisplayName = pipelineDisplayName,
Id = pipelineId,
ProjectId = testProject.Id,
State = pipelineState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetPipelinesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testPipelines = DataScienceFunctions.getPipelines(GetPipelinesArgs.builder()
.compartmentId(compartmentId)
.createdBy(pipelineCreatedBy)
.displayName(pipelineDisplayName)
.id(pipelineId)
.projectId(testProject.id())
.state(pipelineState)
.build());
}
}
variables:
testPipelines:
fn::invoke:
function: oci:DataScience:getPipelines
arguments:
compartmentId: ${compartmentId}
createdBy: ${pipelineCreatedBy}
displayName: ${pipelineDisplayName}
id: ${pipelineId}
projectId: ${testProject.id}
state: ${pipelineState}
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)
public static Output<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getPipelines:getPipelines
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. 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
Changes to this property will trigger replacement.
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 This property is required. 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
Changes to this property will trigger replacement.
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 This property is required. 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
Changes to this property will trigger replacement.
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 This property is required. 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
Changes to this property will trigger replacement.
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 This property is required. str - Filter results by the OCID of the compartment.
- created_
by str - Filter results by the OCID of the user who created the resource.
- display_
name str - Filter results by its user-friendly name.
- filters
Changes to this property will trigger replacement.
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 This property is required. 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
Changes to this property will trigger replacement.
- 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
Sequence[datascience.
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
Sequence[datascience.
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 This property is required. string - Filter results by the OCID of the compartment.
- Configuration
Details This property is required. List<GetPipelines Pipeline Configuration Detail> - The configuration details of a pipeline.
- Created
By This property is required. string - Filter results by the OCID of the user who created the resource.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. bool- Description
This property is required. string - A short description of the step.
- Display
Name This property is required. string - Filter results by its user-friendly name.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Infrastructure
Configuration Details This property is required. List<GetPipelines Pipeline Infrastructure Configuration Detail> - The infrastructure configuration details of a pipeline or a step.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- Log
Configuration Details This property is required. List<GetPipelines Pipeline Log Configuration Detail> - The pipeline log configuration details.
- Project
Id This property is required. string - Filter results by the OCID of the project.
- State
This property is required. string - The current state of the Pipeline.
- Step
Artifacts This property is required. List<GetPipelines Pipeline Step Artifact> - Step
Details This property is required. List<GetPipelines Pipeline Step Detail> - Array of step details for each step.
- Storage
Mount Configuration Details Lists This property is required. List<GetPipelines Pipeline Storage Mount Configuration Details List> - The storage mount details to mount to the instance running the pipeline step.
This property is required. Dictionary<string, string>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Time
Updated This property is required. string - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Compartment
Id This property is required. string - Filter results by the OCID of the compartment.
- Configuration
Details This property is required. []GetPipelines Pipeline Configuration Detail - The configuration details of a pipeline.
- Created
By This property is required. string - Filter results by the OCID of the user who created the resource.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. bool- Description
This property is required. string - A short description of the step.
- Display
Name This property is required. string - Filter results by its user-friendly name.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Infrastructure
Configuration Details This property is required. []GetPipelines Pipeline Infrastructure Configuration Detail - The infrastructure configuration details of a pipeline or a step.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- Log
Configuration Details This property is required. []GetPipelines Pipeline Log Configuration Detail - The pipeline log configuration details.
- Project
Id This property is required. string - Filter results by the OCID of the project.
- State
This property is required. string - The current state of the Pipeline.
- Step
Artifacts This property is required. []GetPipelines Pipeline Step Artifact - Step
Details This property is required. []GetPipelines Pipeline Step Detail - Array of step details for each step.
- Storage
Mount Configuration Details Lists This property is required. []GetPipelines Pipeline Storage Mount Configuration Details List - The storage mount details to mount to the instance running the pipeline step.
This property is required. map[string]string- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Time
Updated This property is required. string - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment
Id This property is required. String - Filter results by the OCID of the compartment.
- configuration
Details This property is required. List<GetPipelines Pipeline Configuration Detail> - The configuration details of a pipeline.
- created
By This property is required. String - Filter results by the OCID of the user who created the resource.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. Boolean- description
This property is required. String - A short description of the step.
- display
Name This property is required. String - Filter results by its user-friendly name.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration Details This property is required. List<GetPipelines Pipeline Infrastructure Configuration Detail> - The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- log
Configuration Details This property is required. List<GetPipelines Pipeline Log Configuration Detail> - The pipeline log configuration details.
- project
Id This property is required. String - Filter results by the OCID of the project.
- state
This property is required. String - The current state of the Pipeline.
- step
Artifacts This property is required. List<GetPipelines Pipeline Step Artifact> - step
Details This property is required. List<GetPipelines Pipeline Step Detail> - Array of step details for each step.
- storage
Mount Configuration Details Lists This property is required. List<GetPipelines Pipeline Storage Mount Configuration Details List> - The storage mount details to mount to the instance running the pipeline step.
This property is required. Map<String,String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated This property is required. String - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment
Id This property is required. string - Filter results by the OCID of the compartment.
- configuration
Details This property is required. GetPipelines Pipeline Configuration Detail[] - The configuration details of a pipeline.
- created
By This property is required. string - Filter results by the OCID of the user who created the resource.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. boolean- description
This property is required. string - A short description of the step.
- display
Name This property is required. string - Filter results by its user-friendly name.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration Details This property is required. GetPipelines Pipeline Infrastructure Configuration Detail[] - The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- log
Configuration Details This property is required. GetPipelines Pipeline Log Configuration Detail[] - The pipeline log configuration details.
- project
Id This property is required. string - Filter results by the OCID of the project.
- state
This property is required. string - The current state of the Pipeline.
- step
Artifacts This property is required. GetPipelines Pipeline Step Artifact[] - step
Details This property is required. GetPipelines Pipeline Step Detail[] - Array of step details for each step.
- storage
Mount Configuration Details Lists This property is required. GetPipelines Pipeline Storage Mount Configuration Details List[] - The storage mount details to mount to the instance running the pipeline step.
This property is required. {[key: string]: string}- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated This property is required. string - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment_
id This property is required. str - Filter results by the OCID of the compartment.
- configuration_
details This property is required. Sequence[datascience.Get Pipelines Pipeline Configuration Detail] - The configuration details of a pipeline.
- created_
by This property is required. str - Filter results by the OCID of the user who created the resource.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. bool- description
This property is required. str - A short description of the step.
- display_
name This property is required. str - Filter results by its user-friendly name.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure_
configuration_ details This property is required. Sequence[datascience.Get Pipelines Pipeline Infrastructure Configuration Detail] - The infrastructure configuration details of a pipeline or a step.
- lifecycle_
details This property is required. str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- log_
configuration_ details This property is required. Sequence[datascience.Get Pipelines Pipeline Log Configuration Detail] - The pipeline log configuration details.
- project_
id This property is required. str - Filter results by the OCID of the project.
- state
This property is required. str - The current state of the Pipeline.
- step_
artifacts This property is required. Sequence[datascience.Get Pipelines Pipeline Step Artifact] - step_
details This property is required. Sequence[datascience.Get Pipelines Pipeline Step Detail] - Array of step details for each step.
- storage_
mount_ configuration_ details_ lists This property is required. Sequence[datascience.Get Pipelines Pipeline Storage Mount Configuration Details List] - The storage mount details to mount to the instance running the pipeline step.
This property is required. Mapping[str, str]- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time_
updated This property is required. str - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment
Id This property is required. String - Filter results by the OCID of the compartment.
- configuration
Details This property is required. List<Property Map> - The configuration details of a pipeline.
- created
By This property is required. String - Filter results by the OCID of the user who created the resource.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
This property is required. Boolean- description
This property is required. String - A short description of the step.
- display
Name This property is required. String - Filter results by its user-friendly name.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - Filter results by OCID. Must be an OCID of the correct type for the resource type.
- infrastructure
Configuration Details This property is required. List<Property Map> - The infrastructure configuration details of a pipeline or a step.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
- log
Configuration Details This property is required. List<Property Map> - The pipeline log configuration details.
- project
Id This property is required. String - Filter results by the OCID of the project.
- state
This property is required. String - The current state of the Pipeline.
- step
Artifacts This property is required. List<Property Map> - step
Details This property is required. List<Property Map> - Array of step details for each step.
- storage
Mount Configuration Details Lists This property is required. List<Property Map> - The storage mount details to mount to the instance running the pipeline step.
This property is required. Map<String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time
Updated This property is required. String - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
GetPipelinesPipelineConfigurationDetail
- Command
Line Arguments This property is required. string - The command line arguments to set for step.
- Environment
Variables This property is required. Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime In Minutes 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. string - The command line arguments to set for step.
- Environment
Variables This property is required. map[string]string - Environment variables to set for step.
- Maximum
Runtime In Minutes 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. String - The command line arguments to set for step.
- environment
Variables This property is required. Map<String,String> - Environment variables to set for step.
- maximum
Runtime In Minutes 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. string - The command line arguments to set for step.
- environment
Variables This property is required. {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime In Minutes 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.
- command
Line Arguments This property is required. String - The command line arguments to set for step.
- environment
Variables This property is required. Map<String> - Environment variables to set for step.
- maximum
Runtime In Minutes This property is required. String - A time bound for the execution of the step.
- type
This property is required. String - The type of pipeline.
GetPipelinesPipelineInfrastructureConfigurationDetail
- 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. List<GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- Subnet
Id 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. []GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- Subnet
Id 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. Integer - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. List<GetPipelines 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 This property is required. String - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id 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. number - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id 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.Get 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 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.
- block
Storage Size In Gbs This property is required. Number - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. List<Property Map> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name This property is required. String - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id This property is required. String - The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
GetPipelinesPipelineInfrastructureConfigurationDetailShapeConfigDetail
- Memory
In Gbs 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.
- Memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus
This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
GetPipelinesPipelineLogConfigurationDetail
- 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. string - The OCID of the log group.
- Log
Id 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. string - The OCID of the log group.
- Log
Id This property is required. string - The OCID of the log.
- enable
Auto Log Creation This property is required. Boolean - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging This property is required. Boolean - If customer logging is enabled for pipeline.
- log
Group Id This property is required. String - The OCID of the log group.
- log
Id This property is required. String - The OCID of the log.
- enable
Auto Log Creation This property is required. boolean - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging This property is required. boolean - If customer logging is enabled for pipeline.
- log
Group Id This property is required. string - The OCID of the log group.
- log
Id 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.
- enable
Auto Log Creation This property is required. Boolean - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging This property is required. Boolean - If customer logging is enabled for pipeline.
- log
Group Id This property is required. String - The OCID of the log group.
- log
Id This property is required. String - The OCID of the log.
GetPipelinesPipelineStepArtifact
- Artifact
Content Disposition This property is required. string - Artifact
Content Length This property is required. string - Artifact
Content Md5 This property is required. string - Artifact
Last Modified This property is required. string - Pipeline
Step Artifact This property is required. string - Step
Name 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. string - Artifact
Content Length This property is required. string - Artifact
Content Md5 This property is required. string - Artifact
Last Modified This property is required. string - Pipeline
Step Artifact This property is required. string - Step
Name 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. String - artifact
Content Length This property is required. String - artifact
Content Md5 This property is required. String - artifact
Last Modified This property is required. String - pipeline
Step Artifact This property is required. String - step
Name 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. string - artifact
Content Length This property is required. string - artifact
Content Md5 This property is required. string - artifact
Last Modified This property is required. string - pipeline
Step Artifact This property is required. string - step
Name 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.
- artifact
Content Disposition This property is required. String - artifact
Content Length This property is required. String - artifact
Content Md5 This property is required. String - artifact
Last Modified This property is required. String - pipeline
Step Artifact This property is required. String - step
Name This property is required. String - The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
GetPipelinesPipelineStepDetail
- Application
Id This property is required. string - The OCID of the dataflow application to be used as a step.
- Depends
Ons 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.
- 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. string - The OCID of the job to be used as a step.
- Step
Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Configuration Detail> - The configuration details of a step.
- Step
Container Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- Step
Dataflow Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail> - The configuration details of a Dataflow step.
- Step
Infrastructure Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Infrastructure Configuration Detail> - The infrastructure configuration details of a pipeline or a step.
- Step
Name 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.
- Step
Storage Mount Configuration Details Lists This property is required. List<GetPipelines Pipeline Step Detail Step Storage Mount Configuration Details List> - The storage mount details to mount to the instance running the pipeline step.
- Step
Type This property is required. string - The type of step.
- Application
Id This property is required. string - The OCID of the dataflow application to be used as a step.
- Depends
Ons 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.
- 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. string - The OCID of the job to be used as a step.
- Step
Configuration Details This property is required. []GetPipelines Pipeline Step Detail Step Configuration Detail - The configuration details of a step.
- Step
Container Configuration Details This property is required. []GetPipelines Pipeline Step Detail Step Container Configuration Detail - Container Details for a step in pipeline.
- Step
Dataflow Configuration Details This property is required. []GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail - The configuration details of a Dataflow step.
- Step
Infrastructure Configuration Details This property is required. []GetPipelines Pipeline Step Detail Step Infrastructure Configuration Detail - The infrastructure configuration details of a pipeline or a step.
- Step
Name 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.
- Step
Storage Mount Configuration Details Lists This property is required. []GetPipelines Pipeline Step Detail Step Storage Mount Configuration Details List - The storage mount details to mount to the instance running the pipeline step.
- Step
Type This property is required. string - The type of step.
- application
Id This property is required. String - The OCID of the dataflow application to be used as a step.
- depends
Ons 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.
- is
Artifact Uploaded This property is required. Boolean - A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id This property is required. String - The OCID of the job to be used as a step.
- step
Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Configuration Detail> - The configuration details of a step.
- step
Container Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- step
Dataflow Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail> - The configuration details of a Dataflow step.
- step
Infrastructure Configuration Details This property is required. List<GetPipelines Pipeline Step Detail Step Infrastructure Configuration Detail> - The infrastructure configuration details of a pipeline or a step.
- step
Name 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.
- step
Storage Mount Configuration Details Lists This property is required. List<GetPipelines Pipeline Step Detail Step Storage Mount Configuration Details List> - The storage mount details to mount to the instance running the pipeline step.
- step
Type This property is required. String - The type of step.
- application
Id This property is required. string - The OCID of the dataflow application to be used as a step.
- depends
Ons 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.
- is
Artifact Uploaded This property is required. boolean - A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id This property is required. string - The OCID of the job to be used as a step.
- step
Configuration Details This property is required. GetPipelines Pipeline Step Detail Step Configuration Detail[] - The configuration details of a step.
- step
Container Configuration Details This property is required. GetPipelines Pipeline Step Detail Step Container Configuration Detail[] - Container Details for a step in pipeline.
- step
Dataflow Configuration Details This property is required. GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail[] - The configuration details of a Dataflow step.
- step
Infrastructure Configuration Details This property is required. GetPipelines Pipeline Step Detail Step Infrastructure Configuration Detail[] - The infrastructure configuration details of a pipeline or a step.
- step
Name 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.
- step
Storage Mount Configuration Details Lists This property is required. GetPipelines Pipeline Step Detail Step Storage Mount Configuration Details List[] - The storage mount details to mount to the instance running the pipeline step.
- step
Type 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.Get Pipelines Pipeline Step Detail Step Configuration Detail] - The configuration details of a step.
- step_
container_ configuration_ details This property is required. Sequence[datascience.Get Pipelines Pipeline Step Detail Step Container Configuration Detail] - Container Details for a step in pipeline.
- step_
dataflow_ configuration_ details This property is required. Sequence[datascience.Get Pipelines Pipeline Step Detail Step Dataflow Configuration Detail] - The configuration details of a Dataflow step.
- step_
infrastructure_ configuration_ details This property is required. Sequence[datascience.Get Pipelines Pipeline Step Detail Step Infrastructure Configuration Detail] - 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.Get Pipelines Pipeline Step Detail Step Storage Mount Configuration Details List] - The storage mount details to mount to the instance running the pipeline step.
- step_
type This property is required. str - The type of step.
- application
Id This property is required. String - The OCID of the dataflow application to be used as a step.
- depends
Ons 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.
- is
Artifact Uploaded This property is required. Boolean - A flag to indicate whether the artifact has been uploaded for this step or not.
- job
Id This property is required. String - The OCID of the job to be used as a step.
- step
Configuration Details This property is required. List<Property Map> - The configuration details of a step.
- step
Container Configuration Details This property is required. List<Property Map> - Container Details for a step in pipeline.
- step
Dataflow Configuration Details This property is required. List<Property Map> - The configuration details of a Dataflow step.
- step
Infrastructure Configuration Details This property is required. List<Property Map> - The infrastructure configuration details of a pipeline or a step.
- step
Name 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.
- step
Storage Mount Configuration Details Lists This property is required. List<Property Map> - The storage mount details to mount to the instance running the pipeline step.
- step
Type This property is required. String - The type of step.
GetPipelinesPipelineStepDetailStepConfigurationDetail
- Command
Line Arguments This property is required. string - The command line arguments to set for step.
- Environment
Variables This property is required. Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime In Minutes This property is required. string - A time bound for the execution of the step.
- Command
Line Arguments This property is required. string - The command line arguments to set for step.
- Environment
Variables This property is required. map[string]string - Environment variables to set for step.
- Maximum
Runtime In Minutes This property is required. string - A time bound for the execution of the step.
- command
Line Arguments This property is required. String - The command line arguments to set for step.
- environment
Variables This property is required. Map<String,String> - Environment variables to set for step.
- maximum
Runtime In Minutes This property is required. String - A time bound for the execution of the step.
- command
Line Arguments This property is required. string - The command line arguments to set for step.
- environment
Variables This property is required. {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime In Minutes 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.
- command
Line Arguments This property is required. String - The command line arguments to set for step.
- environment
Variables This property is required. Map<String> - Environment variables to set for step.
- maximum
Runtime In Minutes This property is required. String - A time bound for the execution of the step.
GetPipelinesPipelineStepDetailStepContainerConfigurationDetail
- Cmds
This property is required. List<string> - The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Container
Type 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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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.
- Image
Digest This property is required. string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature Id 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 theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Container
Type 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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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.
- Image
Digest This property is required. string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature Id 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 theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type 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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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.
- image
Digest This property is required. String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature Id 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 theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type 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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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.
- image
Digest This property is required. string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature Id 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 theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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 theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type 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 ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
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.
- image
Digest This property is required. String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature Id This property is required. String - OCID of the container image signature
GetPipelinesPipelineStepDetailStepDataflowConfigurationDetail
- Configuration
This property is required. Dictionary<string, string> - The Spark configuration passed to the running process.
- Driver
Shape This property is required. string - The VM shape for the driver.
- Driver
Shape Config Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Driver Shape Config Detail> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Executor
Shape This property is required. string - The VM shape for the executors.
- Executor
Shape Config Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Executor Shape Config Detail> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Logs
Bucket Uri This property is required. string - 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. 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.
- Driver
Shape This property is required. string - The VM shape for the driver.
- Driver
Shape Config Details This property is required. []GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Driver Shape Config Detail - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Executor
Shape This property is required. string - The VM shape for the executors.
- Executor
Shape Config Details This property is required. []GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Executor Shape Config Detail - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Logs
Bucket Uri This property is required. string - 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. 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.
- driver
Shape This property is required. String - The VM shape for the driver.
- driver
Shape Config Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Driver Shape Config Detail> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape This property is required. String - The VM shape for the executors.
- executor
Shape Config Details This property is required. List<GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Executor Shape Config Detail> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket Uri This property is required. String - An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors This property is required. Integer - The number of executor VMs requested.
- warehouse
Bucket Uri 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.
- driver
Shape This property is required. string - The VM shape for the driver.
- driver
Shape Config Details This property is required. GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Driver Shape Config Detail[] - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape This property is required. string - The VM shape for the executors.
- executor
Shape Config Details This property is required. GetPipelines Pipeline Step Detail Step Dataflow Configuration Detail Executor Shape Config Detail[] - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket Uri This property is required. string - An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors This property is required. number - The number of executor VMs requested.
- warehouse
Bucket Uri 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.Get Pipelines Pipeline Step Detail Step Dataflow Configuration Detail Driver Shape Config Detail] - 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.Get Pipelines Pipeline Step Detail Step Dataflow Configuration Detail Executor Shape Config Detail] - 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.
- driver
Shape This property is required. String - The VM shape for the driver.
- driver
Shape Config Details This property is required. List<Property Map> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape This property is required. String - The VM shape for the executors.
- executor
Shape Config Details This property is required. List<Property Map> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket Uri This property is required. String - An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors This property is required. Number - The number of executor VMs requested.
- warehouse
Bucket Uri This property is required. String - An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
GetPipelinesPipelineStepDetailStepDataflowConfigurationDetailDriverShapeConfigDetail
- Memory
In Gbs 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.
- Memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus
This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
GetPipelinesPipelineStepDetailStepDataflowConfigurationDetailExecutorShapeConfigDetail
- Memory
In Gbs 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.
- Memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus
This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetail
- 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. List<GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- Subnet
Id 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. []GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- Subnet
Id 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. Integer - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. List<GetPipelines 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 This property is required. String - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id 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. number - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. GetPipelines 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 This property is required. string - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id 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.Get 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 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.
- block
Storage Size In Gbs This property is required. Number - The size of the block storage volume to attach to the instance.
- shape
Config Details This property is required. List<Property Map> - Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- shape
Name This property is required. String - The shape used to launch the instance for all step runs in the pipeline.
- subnet
Id This property is required. String - The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
GetPipelinesPipelineStepDetailStepInfrastructureConfigurationDetailShapeConfigDetail
- Memory
In Gbs 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.
- Memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs 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.
- memory
In Gbs This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
- ocpus
This property is required. Number - A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
GetPipelinesPipelineStepDetailStepStorageMountConfigurationDetailsList
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id 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
- Storage
Type This property is required. string - The type of storage.
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id 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
- Storage
Type This property is required. string - The type of storage.
- bucket
This property is required. String - The object storage bucket
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id 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
- storage
Type This property is required. String - The type of storage.
- bucket
This property is required. string - The object storage bucket
- destination
Directory Name This property is required. string - The local directory name to be mounted
- destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. string - OCID of the export
- mount
Target Id 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
- storage
Type 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
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id 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
- storage
Type This property is required. String - The type of storage.
GetPipelinesPipelineStorageMountConfigurationDetailsList
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id 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
- Storage
Type This property is required. string - The type of storage.
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id 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
- Storage
Type This property is required. string - The type of storage.
- bucket
This property is required. String - The object storage bucket
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id 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
- storage
Type This property is required. String - The type of storage.
- bucket
This property is required. string - The object storage bucket
- destination
Directory Name This property is required. string - The local directory name to be mounted
- destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. string - OCID of the export
- mount
Target Id 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
- storage
Type 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
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id 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
- storage
Type 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.