oci.DataScience.Pipeline
Explore with Pulumi AI
This resource provides the Pipeline resource in Oracle Cloud Infrastructure Data Science service.
Creates a new Pipeline.
Create Pipeline Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Pipeline(name: string, args: PipelineArgs, opts?: CustomResourceOptions);
@overload
def Pipeline(resource_name: str,
args: PipelineArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Pipeline(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
step_details: Optional[Sequence[_datascience.PipelineStepDetailArgs]] = None,
project_id: Optional[str] = None,
delete_related_pipeline_runs: Optional[bool] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
infrastructure_configuration_details: Optional[_datascience.PipelineInfrastructureConfigurationDetailsArgs] = None,
log_configuration_details: Optional[_datascience.PipelineLogConfigurationDetailsArgs] = None,
defined_tags: Optional[Mapping[str, str]] = None,
step_artifacts: Optional[Sequence[_datascience.PipelineStepArtifactArgs]] = None,
configuration_details: Optional[_datascience.PipelineConfigurationDetailsArgs] = None,
storage_mount_configuration_details_lists: Optional[Sequence[_datascience.PipelineStorageMountConfigurationDetailsListArgs]] = None)
func NewPipeline(ctx *Context, name string, args PipelineArgs, opts ...ResourceOption) (*Pipeline, error)
public Pipeline(string name, PipelineArgs args, CustomResourceOptions? opts = null)
public Pipeline(String name, PipelineArgs args)
public Pipeline(String name, PipelineArgs args, CustomResourceOptions options)
type: oci:DataScience:Pipeline
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pipelineResource = new Oci.DataScience.Pipeline("pipelineResource", new()
{
CompartmentId = "string",
StepDetails = new[]
{
new Oci.DataScience.Inputs.PipelineStepDetailArgs
{
StepName = "string",
StepType = "string",
ApplicationId = "string",
DependsOns = new[]
{
"string",
},
Description = "string",
IsArtifactUploaded = false,
JobId = "string",
StepConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepConfigurationDetailsArgs
{
CommandLineArguments = "string",
EnvironmentVariables =
{
{ "string", "string" },
},
MaximumRuntimeInMinutes = "string",
},
StepContainerConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepContainerConfigurationDetailsArgs
{
ContainerType = "string",
Image = "string",
Cmds = new[]
{
"string",
},
Entrypoints = new[]
{
"string",
},
ImageDigest = "string",
ImageSignatureId = "string",
},
StepDataflowConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsArgs
{
Configuration =
{
{ "string", "string" },
},
DriverShape = "string",
DriverShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs
{
MemoryInGbs = 0,
Ocpus = 0,
},
ExecutorShape = "string",
ExecutorShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs
{
MemoryInGbs = 0,
Ocpus = 0,
},
LogsBucketUri = "string",
NumExecutors = 0,
WarehouseBucketUri = "string",
},
StepInfrastructureConfigurationDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs
{
BlockStorageSizeInGbs = 0,
ShapeName = "string",
ShapeConfigDetails = new Oci.DataScience.Inputs.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs
{
MemoryInGbs = 0,
Ocpus = 0,
},
SubnetId = "string",
},
StepStorageMountConfigurationDetailsLists = new[]
{
new Oci.DataScience.Inputs.PipelineStepDetailStepStorageMountConfigurationDetailsListArgs
{
DestinationDirectoryName = "string",
StorageType = "string",
Bucket = "string",
DestinationPath = "string",
ExportId = "string",
MountTargetId = "string",
Namespace = "string",
Prefix = "string",
},
},
},
},
ProjectId = "string",
DeleteRelatedPipelineRuns = false,
Description = "string",
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
InfrastructureConfigurationDetails = new Oci.DataScience.Inputs.PipelineInfrastructureConfigurationDetailsArgs
{
BlockStorageSizeInGbs = 0,
ShapeName = "string",
ShapeConfigDetails = new Oci.DataScience.Inputs.PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs
{
MemoryInGbs = 0,
Ocpus = 0,
},
SubnetId = "string",
},
LogConfigurationDetails = new Oci.DataScience.Inputs.PipelineLogConfigurationDetailsArgs
{
EnableAutoLogCreation = false,
EnableLogging = false,
LogGroupId = "string",
LogId = "string",
},
DefinedTags =
{
{ "string", "string" },
},
StepArtifacts = new[]
{
new Oci.DataScience.Inputs.PipelineStepArtifactArgs
{
StepArtifact = "string",
StepName = "string",
ArtifactContentDisposition = "string",
ArtifactContentLength = "string",
ArtifactContentMd5 = "string",
ArtifactLastModified = "string",
},
},
ConfigurationDetails = new Oci.DataScience.Inputs.PipelineConfigurationDetailsArgs
{
Type = "string",
CommandLineArguments = "string",
EnvironmentVariables =
{
{ "string", "string" },
},
MaximumRuntimeInMinutes = "string",
},
StorageMountConfigurationDetailsLists = new[]
{
new Oci.DataScience.Inputs.PipelineStorageMountConfigurationDetailsListArgs
{
DestinationDirectoryName = "string",
StorageType = "string",
Bucket = "string",
DestinationPath = "string",
ExportId = "string",
MountTargetId = "string",
Namespace = "string",
Prefix = "string",
},
},
});
example, err := DataScience.NewPipeline(ctx, "pipelineResource", &DataScience.PipelineArgs{
CompartmentId: pulumi.String("string"),
StepDetails: datascience.PipelineStepDetailArray{
&datascience.PipelineStepDetailArgs{
StepName: pulumi.String("string"),
StepType: pulumi.String("string"),
ApplicationId: pulumi.String("string"),
DependsOns: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
IsArtifactUploaded: pulumi.Bool(false),
JobId: pulumi.String("string"),
StepConfigurationDetails: &datascience.PipelineStepDetailStepConfigurationDetailsArgs{
CommandLineArguments: pulumi.String("string"),
EnvironmentVariables: pulumi.StringMap{
"string": pulumi.String("string"),
},
MaximumRuntimeInMinutes: pulumi.String("string"),
},
StepContainerConfigurationDetails: &datascience.PipelineStepDetailStepContainerConfigurationDetailsArgs{
ContainerType: pulumi.String("string"),
Image: pulumi.String("string"),
Cmds: pulumi.StringArray{
pulumi.String("string"),
},
Entrypoints: pulumi.StringArray{
pulumi.String("string"),
},
ImageDigest: pulumi.String("string"),
ImageSignatureId: pulumi.String("string"),
},
StepDataflowConfigurationDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsArgs{
Configuration: pulumi.StringMap{
"string": pulumi.String("string"),
},
DriverShape: pulumi.String("string"),
DriverShapeConfigDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs{
MemoryInGbs: pulumi.Float64(0),
Ocpus: pulumi.Float64(0),
},
ExecutorShape: pulumi.String("string"),
ExecutorShapeConfigDetails: &datascience.PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs{
MemoryInGbs: pulumi.Float64(0),
Ocpus: pulumi.Float64(0),
},
LogsBucketUri: pulumi.String("string"),
NumExecutors: pulumi.Int(0),
WarehouseBucketUri: pulumi.String("string"),
},
StepInfrastructureConfigurationDetails: &datascience.PipelineStepDetailStepInfrastructureConfigurationDetailsArgs{
BlockStorageSizeInGbs: pulumi.Int(0),
ShapeName: pulumi.String("string"),
ShapeConfigDetails: &datascience.PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs{
MemoryInGbs: pulumi.Float64(0),
Ocpus: pulumi.Float64(0),
},
SubnetId: pulumi.String("string"),
},
StepStorageMountConfigurationDetailsLists: datascience.PipelineStepDetailStepStorageMountConfigurationDetailsListArray{
&datascience.PipelineStepDetailStepStorageMountConfigurationDetailsListArgs{
DestinationDirectoryName: pulumi.String("string"),
StorageType: pulumi.String("string"),
Bucket: pulumi.String("string"),
DestinationPath: pulumi.String("string"),
ExportId: pulumi.String("string"),
MountTargetId: pulumi.String("string"),
Namespace: pulumi.String("string"),
Prefix: pulumi.String("string"),
},
},
},
},
ProjectId: pulumi.String("string"),
DeleteRelatedPipelineRuns: pulumi.Bool(false),
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
InfrastructureConfigurationDetails: &datascience.PipelineInfrastructureConfigurationDetailsArgs{
BlockStorageSizeInGbs: pulumi.Int(0),
ShapeName: pulumi.String("string"),
ShapeConfigDetails: &datascience.PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs{
MemoryInGbs: pulumi.Float64(0),
Ocpus: pulumi.Float64(0),
},
SubnetId: pulumi.String("string"),
},
LogConfigurationDetails: &datascience.PipelineLogConfigurationDetailsArgs{
EnableAutoLogCreation: pulumi.Bool(false),
EnableLogging: pulumi.Bool(false),
LogGroupId: pulumi.String("string"),
LogId: pulumi.String("string"),
},
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
StepArtifacts: datascience.PipelineStepArtifactArray{
&datascience.PipelineStepArtifactArgs{
PipelineStepArtifact: pulumi.String("string"),
StepName: pulumi.String("string"),
ArtifactContentDisposition: pulumi.String("string"),
ArtifactContentLength: pulumi.String("string"),
ArtifactContentMd5: pulumi.String("string"),
ArtifactLastModified: pulumi.String("string"),
},
},
ConfigurationDetails: &datascience.PipelineConfigurationDetailsArgs{
Type: pulumi.String("string"),
CommandLineArguments: pulumi.String("string"),
EnvironmentVariables: pulumi.StringMap{
"string": pulumi.String("string"),
},
MaximumRuntimeInMinutes: pulumi.String("string"),
},
StorageMountConfigurationDetailsLists: datascience.PipelineStorageMountConfigurationDetailsListArray{
&datascience.PipelineStorageMountConfigurationDetailsListArgs{
DestinationDirectoryName: pulumi.String("string"),
StorageType: pulumi.String("string"),
Bucket: pulumi.String("string"),
DestinationPath: pulumi.String("string"),
ExportId: pulumi.String("string"),
MountTargetId: pulumi.String("string"),
Namespace: pulumi.String("string"),
Prefix: pulumi.String("string"),
},
},
})
var pipelineResource = new Pipeline("pipelineResource", PipelineArgs.builder()
.compartmentId("string")
.stepDetails(PipelineStepDetailArgs.builder()
.stepName("string")
.stepType("string")
.applicationId("string")
.dependsOns("string")
.description("string")
.isArtifactUploaded(false)
.jobId("string")
.stepConfigurationDetails(PipelineStepDetailStepConfigurationDetailsArgs.builder()
.commandLineArguments("string")
.environmentVariables(Map.of("string", "string"))
.maximumRuntimeInMinutes("string")
.build())
.stepContainerConfigurationDetails(PipelineStepDetailStepContainerConfigurationDetailsArgs.builder()
.containerType("string")
.image("string")
.cmds("string")
.entrypoints("string")
.imageDigest("string")
.imageSignatureId("string")
.build())
.stepDataflowConfigurationDetails(PipelineStepDetailStepDataflowConfigurationDetailsArgs.builder()
.configuration(Map.of("string", "string"))
.driverShape("string")
.driverShapeConfigDetails(PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs.builder()
.memoryInGbs(0)
.ocpus(0)
.build())
.executorShape("string")
.executorShapeConfigDetails(PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs.builder()
.memoryInGbs(0)
.ocpus(0)
.build())
.logsBucketUri("string")
.numExecutors(0)
.warehouseBucketUri("string")
.build())
.stepInfrastructureConfigurationDetails(PipelineStepDetailStepInfrastructureConfigurationDetailsArgs.builder()
.blockStorageSizeInGbs(0)
.shapeName("string")
.shapeConfigDetails(PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs.builder()
.memoryInGbs(0)
.ocpus(0)
.build())
.subnetId("string")
.build())
.stepStorageMountConfigurationDetailsLists(PipelineStepDetailStepStorageMountConfigurationDetailsListArgs.builder()
.destinationDirectoryName("string")
.storageType("string")
.bucket("string")
.destinationPath("string")
.exportId("string")
.mountTargetId("string")
.namespace("string")
.prefix("string")
.build())
.build())
.projectId("string")
.deleteRelatedPipelineRuns(false)
.description("string")
.displayName("string")
.freeformTags(Map.of("string", "string"))
.infrastructureConfigurationDetails(PipelineInfrastructureConfigurationDetailsArgs.builder()
.blockStorageSizeInGbs(0)
.shapeName("string")
.shapeConfigDetails(PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs.builder()
.memoryInGbs(0)
.ocpus(0)
.build())
.subnetId("string")
.build())
.logConfigurationDetails(PipelineLogConfigurationDetailsArgs.builder()
.enableAutoLogCreation(false)
.enableLogging(false)
.logGroupId("string")
.logId("string")
.build())
.definedTags(Map.of("string", "string"))
.stepArtifacts(PipelineStepArtifactArgs.builder()
.pipelineStepArtifact("string")
.stepName("string")
.artifactContentDisposition("string")
.artifactContentLength("string")
.artifactContentMd5("string")
.artifactLastModified("string")
.build())
.configurationDetails(PipelineConfigurationDetailsArgs.builder()
.type("string")
.commandLineArguments("string")
.environmentVariables(Map.of("string", "string"))
.maximumRuntimeInMinutes("string")
.build())
.storageMountConfigurationDetailsLists(PipelineStorageMountConfigurationDetailsListArgs.builder()
.destinationDirectoryName("string")
.storageType("string")
.bucket("string")
.destinationPath("string")
.exportId("string")
.mountTargetId("string")
.namespace("string")
.prefix("string")
.build())
.build());
pipeline_resource = oci.data_science.Pipeline("pipelineResource",
compartment_id="string",
step_details=[{
"step_name": "string",
"step_type": "string",
"application_id": "string",
"depends_ons": ["string"],
"description": "string",
"is_artifact_uploaded": False,
"job_id": "string",
"step_configuration_details": {
"command_line_arguments": "string",
"environment_variables": {
"string": "string",
},
"maximum_runtime_in_minutes": "string",
},
"step_container_configuration_details": {
"container_type": "string",
"image": "string",
"cmds": ["string"],
"entrypoints": ["string"],
"image_digest": "string",
"image_signature_id": "string",
},
"step_dataflow_configuration_details": {
"configuration": {
"string": "string",
},
"driver_shape": "string",
"driver_shape_config_details": {
"memory_in_gbs": 0,
"ocpus": 0,
},
"executor_shape": "string",
"executor_shape_config_details": {
"memory_in_gbs": 0,
"ocpus": 0,
},
"logs_bucket_uri": "string",
"num_executors": 0,
"warehouse_bucket_uri": "string",
},
"step_infrastructure_configuration_details": {
"block_storage_size_in_gbs": 0,
"shape_name": "string",
"shape_config_details": {
"memory_in_gbs": 0,
"ocpus": 0,
},
"subnet_id": "string",
},
"step_storage_mount_configuration_details_lists": [{
"destination_directory_name": "string",
"storage_type": "string",
"bucket": "string",
"destination_path": "string",
"export_id": "string",
"mount_target_id": "string",
"namespace": "string",
"prefix": "string",
}],
}],
project_id="string",
delete_related_pipeline_runs=False,
description="string",
display_name="string",
freeform_tags={
"string": "string",
},
infrastructure_configuration_details={
"block_storage_size_in_gbs": 0,
"shape_name": "string",
"shape_config_details": {
"memory_in_gbs": 0,
"ocpus": 0,
},
"subnet_id": "string",
},
log_configuration_details={
"enable_auto_log_creation": False,
"enable_logging": False,
"log_group_id": "string",
"log_id": "string",
},
defined_tags={
"string": "string",
},
step_artifacts=[{
"pipeline_step_artifact": "string",
"step_name": "string",
"artifact_content_disposition": "string",
"artifact_content_length": "string",
"artifact_content_md5": "string",
"artifact_last_modified": "string",
}],
configuration_details={
"type": "string",
"command_line_arguments": "string",
"environment_variables": {
"string": "string",
},
"maximum_runtime_in_minutes": "string",
},
storage_mount_configuration_details_lists=[{
"destination_directory_name": "string",
"storage_type": "string",
"bucket": "string",
"destination_path": "string",
"export_id": "string",
"mount_target_id": "string",
"namespace": "string",
"prefix": "string",
}])
const pipelineResource = new oci.datascience.Pipeline("pipelineResource", {
compartmentId: "string",
stepDetails: [{
stepName: "string",
stepType: "string",
applicationId: "string",
dependsOns: ["string"],
description: "string",
isArtifactUploaded: false,
jobId: "string",
stepConfigurationDetails: {
commandLineArguments: "string",
environmentVariables: {
string: "string",
},
maximumRuntimeInMinutes: "string",
},
stepContainerConfigurationDetails: {
containerType: "string",
image: "string",
cmds: ["string"],
entrypoints: ["string"],
imageDigest: "string",
imageSignatureId: "string",
},
stepDataflowConfigurationDetails: {
configuration: {
string: "string",
},
driverShape: "string",
driverShapeConfigDetails: {
memoryInGbs: 0,
ocpus: 0,
},
executorShape: "string",
executorShapeConfigDetails: {
memoryInGbs: 0,
ocpus: 0,
},
logsBucketUri: "string",
numExecutors: 0,
warehouseBucketUri: "string",
},
stepInfrastructureConfigurationDetails: {
blockStorageSizeInGbs: 0,
shapeName: "string",
shapeConfigDetails: {
memoryInGbs: 0,
ocpus: 0,
},
subnetId: "string",
},
stepStorageMountConfigurationDetailsLists: [{
destinationDirectoryName: "string",
storageType: "string",
bucket: "string",
destinationPath: "string",
exportId: "string",
mountTargetId: "string",
namespace: "string",
prefix: "string",
}],
}],
projectId: "string",
deleteRelatedPipelineRuns: false,
description: "string",
displayName: "string",
freeformTags: {
string: "string",
},
infrastructureConfigurationDetails: {
blockStorageSizeInGbs: 0,
shapeName: "string",
shapeConfigDetails: {
memoryInGbs: 0,
ocpus: 0,
},
subnetId: "string",
},
logConfigurationDetails: {
enableAutoLogCreation: false,
enableLogging: false,
logGroupId: "string",
logId: "string",
},
definedTags: {
string: "string",
},
stepArtifacts: [{
pipelineStepArtifact: "string",
stepName: "string",
artifactContentDisposition: "string",
artifactContentLength: "string",
artifactContentMd5: "string",
artifactLastModified: "string",
}],
configurationDetails: {
type: "string",
commandLineArguments: "string",
environmentVariables: {
string: "string",
},
maximumRuntimeInMinutes: "string",
},
storageMountConfigurationDetailsLists: [{
destinationDirectoryName: "string",
storageType: "string",
bucket: "string",
destinationPath: "string",
exportId: "string",
mountTargetId: "string",
namespace: "string",
prefix: "string",
}],
});
type: oci:DataScience:Pipeline
properties:
compartmentId: string
configurationDetails:
commandLineArguments: string
environmentVariables:
string: string
maximumRuntimeInMinutes: string
type: string
definedTags:
string: string
deleteRelatedPipelineRuns: false
description: string
displayName: string
freeformTags:
string: string
infrastructureConfigurationDetails:
blockStorageSizeInGbs: 0
shapeConfigDetails:
memoryInGbs: 0
ocpus: 0
shapeName: string
subnetId: string
logConfigurationDetails:
enableAutoLogCreation: false
enableLogging: false
logGroupId: string
logId: string
projectId: string
stepArtifacts:
- artifactContentDisposition: string
artifactContentLength: string
artifactContentMd5: string
artifactLastModified: string
pipelineStepArtifact: string
stepName: string
stepDetails:
- applicationId: string
dependsOns:
- string
description: string
isArtifactUploaded: false
jobId: string
stepConfigurationDetails:
commandLineArguments: string
environmentVariables:
string: string
maximumRuntimeInMinutes: string
stepContainerConfigurationDetails:
cmds:
- string
containerType: string
entrypoints:
- string
image: string
imageDigest: string
imageSignatureId: string
stepDataflowConfigurationDetails:
configuration:
string: string
driverShape: string
driverShapeConfigDetails:
memoryInGbs: 0
ocpus: 0
executorShape: string
executorShapeConfigDetails:
memoryInGbs: 0
ocpus: 0
logsBucketUri: string
numExecutors: 0
warehouseBucketUri: string
stepInfrastructureConfigurationDetails:
blockStorageSizeInGbs: 0
shapeConfigDetails:
memoryInGbs: 0
ocpus: 0
shapeName: string
subnetId: string
stepName: string
stepStorageMountConfigurationDetailsLists:
- bucket: string
destinationDirectoryName: string
destinationPath: string
exportId: string
mountTargetId: string
namespace: string
prefix: string
storageType: string
stepType: string
storageMountConfigurationDetailsLists:
- bucket: string
destinationDirectoryName: string
destinationPath: string
exportId: string
mountTargetId: string
namespace: string
prefix: string
storageType: string
Pipeline Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Pipeline resource accepts the following input properties:
- Compartment
Id string - (Updatable) The OCID of the compartment where you want to create the pipeline.
- Project
Id string - The OCID of the project to associate the pipeline with.
- Step
Details List<PipelineStep Detail> - (Updatable) Array of step details for each step.
- Configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- Display
Name string - (Updatable) A user-friendly display name for the resource.
- Dictionary<string, string>
- (Updatable) 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"}
- Infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- Log
Configuration PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- Step
Artifacts List<PipelineStep Artifact> - Storage
Mount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Compartment
Id string - (Updatable) The OCID of the compartment where you want to create the pipeline.
- Project
Id string - The OCID of the project to associate the pipeline with.
- Step
Details []PipelineStep Detail Args - (Updatable) Array of step details for each step.
- Configuration
Details PipelineConfiguration Details Args - (Updatable) The configuration details of a pipeline.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- Display
Name string - (Updatable) A user-friendly display name for the resource.
- map[string]string
- (Updatable) 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"}
- Infrastructure
Configuration PipelineDetails Infrastructure Configuration Details Args - (Updatable) The infrastructure configuration details of a pipeline or a step.
- Log
Configuration PipelineDetails Log Configuration Details Args - (Updatable) The pipeline log configuration details.
- Step
Artifacts []PipelineStep Artifact Args - Storage
Mount []PipelineConfiguration Details Lists Storage Mount Configuration Details List Args - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartment
Id String - (Updatable) The OCID of the compartment where you want to create the pipeline.
- project
Id String - The OCID of the project to associate the pipeline with.
- step
Details List<PipelineStep Detail> - (Updatable) Array of step details for each step.
- configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- display
Name String - (Updatable) A user-friendly display name for the resource.
- Map<String,String>
- (Updatable) 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"}
- infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- log
Configuration PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- step
Artifacts List<PipelineStep Artifact> - storage
Mount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartment
Id string - (Updatable) The OCID of the compartment where you want to create the pipeline.
- project
Id string - The OCID of the project to associate the pipeline with.
- step
Details PipelineStep Detail[] - (Updatable) Array of step details for each step.
- configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- boolean
- description string
- (Updatable) A short description of the pipeline.
- display
Name string - (Updatable) A user-friendly display name for the resource.
- {[key: string]: string}
- (Updatable) 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"}
- infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- log
Configuration PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- step
Artifacts PipelineStep Artifact[] - storage
Mount PipelineConfiguration Details Lists Storage Mount Configuration Details List[] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartment_
id str - (Updatable) The OCID of the compartment where you want to create the pipeline.
- project_
id str - The OCID of the project to associate the pipeline with.
- step_
details Sequence[datascience.Pipeline Step Detail Args] - (Updatable) Array of step details for each step.
- configuration_
details datascience.Pipeline Configuration Details Args - (Updatable) The configuration details of a pipeline.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- description str
- (Updatable) A short description of the pipeline.
- display_
name str - (Updatable) A user-friendly display name for the resource.
- Mapping[str, str]
- (Updatable) 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"}
- infrastructure_
configuration_ datascience.details Pipeline Infrastructure Configuration Details Args - (Updatable) The infrastructure configuration details of a pipeline or a step.
- log_
configuration_ datascience.details Pipeline Log Configuration Details Args - (Updatable) The pipeline log configuration details.
- step_
artifacts Sequence[datascience.Pipeline Step Artifact Args] - storage_
mount_ Sequence[datascience.configuration_ details_ lists Pipeline Storage Mount Configuration Details List Args] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- compartment
Id String - (Updatable) The OCID of the compartment where you want to create the pipeline.
- project
Id String - The OCID of the project to associate the pipeline with.
- step
Details List<Property Map> - (Updatable) Array of step details for each step.
- configuration
Details Property Map - (Updatable) The configuration details of a pipeline.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- display
Name String - (Updatable) A user-friendly display name for the resource.
- Map<String>
- (Updatable) 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"}
- infrastructure
Configuration Property MapDetails - (Updatable) The infrastructure configuration details of a pipeline or a step.
- log
Configuration Property MapDetails - (Updatable) The pipeline log configuration details.
- step
Artifacts List<Property Map> - storage
Mount List<Property Map>Configuration Details Lists - (Updatable) The storage mount details to mount to the instance running the pipeline step.
Outputs
All input properties are implicitly available as output properties. Additionally, the Pipeline resource produces the following output properties:
- Created
By string - The OCID of the user who created the pipeline.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- State string
- The current state of the pipeline.
- Dictionary<string, string>
- 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
- Created
By string - The OCID of the user who created the pipeline.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- State string
- The current state of the pipeline.
- map[string]string
- 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
- created
By String - The OCID of the user who created the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- state String
- The current state of the pipeline.
- Map<String,String>
- 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
- created
By string - The OCID of the user who created the pipeline.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- state string
- The current state of the pipeline.
- {[key: string]: string}
- 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
- created_
by str - The OCID of the user who created the pipeline.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- state str
- The current state of the pipeline.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time_
updated str - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- created
By String - The OCID of the user who created the pipeline.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- state String
- The current state of the pipeline.
- Map<String>
- 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
Look up Existing Pipeline Resource
Get an existing Pipeline resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PipelineState, opts?: CustomResourceOptions): Pipeline
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
configuration_details: Optional[_datascience.PipelineConfigurationDetailsArgs] = None,
created_by: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
delete_related_pipeline_runs: Optional[bool] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
infrastructure_configuration_details: Optional[_datascience.PipelineInfrastructureConfigurationDetailsArgs] = None,
lifecycle_details: Optional[str] = None,
log_configuration_details: Optional[_datascience.PipelineLogConfigurationDetailsArgs] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
step_artifacts: Optional[Sequence[_datascience.PipelineStepArtifactArgs]] = None,
step_details: Optional[Sequence[_datascience.PipelineStepDetailArgs]] = None,
storage_mount_configuration_details_lists: Optional[Sequence[_datascience.PipelineStorageMountConfigurationDetailsListArgs]] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> Pipeline
func GetPipeline(ctx *Context, name string, id IDInput, state *PipelineState, opts ...ResourceOption) (*Pipeline, error)
public static Pipeline Get(string name, Input<string> id, PipelineState? state, CustomResourceOptions? opts = null)
public static Pipeline get(String name, Output<String> id, PipelineState state, CustomResourceOptions options)
resources: _: type: oci:DataScience:Pipeline get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string - (Updatable) The OCID of the compartment where you want to create the pipeline.
- Configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- Created
By string - The OCID of the user who created the pipeline.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- Display
Name string - (Updatable) A user-friendly display name for the resource.
- Dictionary<string, string>
- (Updatable) 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"}
- Infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) 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 PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- Project
Id string - The OCID of the project to associate the pipeline with.
- State string
- The current state of the pipeline.
- Step
Artifacts List<PipelineStep Artifact> - Step
Details List<PipelineStep Detail> - (Updatable) Array of step details for each step.
- Storage
Mount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Dictionary<string, string>
- 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 - (Updatable) The OCID of the compartment where you want to create the pipeline.
- Configuration
Details PipelineConfiguration Details Args - (Updatable) The configuration details of a pipeline.
- Created
By string - The OCID of the user who created the pipeline.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
- (Updatable) A short description of the pipeline.
- Display
Name string - (Updatable) A user-friendly display name for the resource.
- map[string]string
- (Updatable) 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"}
- Infrastructure
Configuration PipelineDetails Infrastructure Configuration Details Args - (Updatable) 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 PipelineDetails Log Configuration Details Args - (Updatable) The pipeline log configuration details.
- Project
Id string - The OCID of the project to associate the pipeline with.
- State string
- The current state of the pipeline.
- Step
Artifacts []PipelineStep Artifact Args - Step
Details []PipelineStep Detail Args - (Updatable) Array of step details for each step.
- Storage
Mount []PipelineConfiguration Details Lists Storage Mount Configuration Details List Args - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- map[string]string
- 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 - (Updatable) The OCID of the compartment where you want to create the pipeline.
- configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- created
By String - The OCID of the user who created the pipeline.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- display
Name String - (Updatable) A user-friendly display name for the resource.
- Map<String,String>
- (Updatable) 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"}
- infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) 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 PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- project
Id String - The OCID of the project to associate the pipeline with.
- state String
- The current state of the pipeline.
- step
Artifacts List<PipelineStep Artifact> - step
Details List<PipelineStep Detail> - (Updatable) Array of step details for each step.
- storage
Mount List<PipelineConfiguration Details Lists Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Map<String,String>
- 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 - (Updatable) The OCID of the compartment where you want to create the pipeline.
- configuration
Details PipelineConfiguration Details - (Updatable) The configuration details of a pipeline.
- created
By string - The OCID of the user who created the pipeline.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- boolean
- description string
- (Updatable) A short description of the pipeline.
- display
Name string - (Updatable) A user-friendly display name for the resource.
- {[key: string]: string}
- (Updatable) 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"}
- infrastructure
Configuration PipelineDetails Infrastructure Configuration Details - (Updatable) 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 PipelineDetails Log Configuration Details - (Updatable) The pipeline log configuration details.
- project
Id string - The OCID of the project to associate the pipeline with.
- state string
- The current state of the pipeline.
- step
Artifacts PipelineStep Artifact[] - step
Details PipelineStep Detail[] - (Updatable) Array of step details for each step.
- storage
Mount PipelineConfiguration Details Lists Storage Mount Configuration Details List[] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- {[key: string]: string}
- 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 - (Updatable) The OCID of the compartment where you want to create the pipeline.
- configuration_
details datascience.Pipeline Configuration Details Args - (Updatable) The configuration details of a pipeline.
- created_
by str - The OCID of the user who created the pipeline.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- description str
- (Updatable) A short description of the pipeline.
- display_
name str - (Updatable) A user-friendly display name for the resource.
- Mapping[str, str]
- (Updatable) 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"}
- infrastructure_
configuration_ datascience.details Pipeline Infrastructure Configuration Details Args - (Updatable) 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_ datascience.details Pipeline Log Configuration Details Args - (Updatable) The pipeline log configuration details.
- project_
id str - The OCID of the project to associate the pipeline with.
- state str
- The current state of the pipeline.
- step_
artifacts Sequence[datascience.Pipeline Step Artifact Args] - step_
details Sequence[datascience.Pipeline Step Detail Args] - (Updatable) Array of step details for each step.
- storage_
mount_ Sequence[datascience.configuration_ details_ lists Pipeline Storage Mount Configuration Details List Args] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- time_
updated str - The date and time the resource was updated in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- compartment
Id String - (Updatable) The OCID of the compartment where you want to create the pipeline.
- configuration
Details Property Map - (Updatable) The configuration details of a pipeline.
- created
By String - The OCID of the user who created the pipeline.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
- (Updatable) A short description of the pipeline.
- display
Name String - (Updatable) A user-friendly display name for the resource.
- Map<String>
- (Updatable) 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"}
- infrastructure
Configuration Property MapDetails - (Updatable) 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 Property MapDetails - (Updatable) The pipeline log configuration details.
- project
Id String - The OCID of the project to associate the pipeline with.
- state String
- The current state of the pipeline.
- step
Artifacts List<Property Map> - step
Details List<Property Map> - (Updatable) Array of step details for each step.
- storage
Mount List<Property Map>Configuration Details Lists - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Map<String>
- 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
Supporting Types
PipelineConfigurationDetails, PipelineConfigurationDetailsArgs
- Type string
- (Updatable) The type of pipeline.
- Command
Line stringArguments - (Updatable) The command line arguments to set for steps in the pipeline.
- Environment
Variables Dictionary<string, string> - (Updatable) Environment variables to set for steps in the pipeline.
- Maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- Type string
- (Updatable) The type of pipeline.
- Command
Line stringArguments - (Updatable) The command line arguments to set for steps in the pipeline.
- Environment
Variables map[string]string - (Updatable) Environment variables to set for steps in the pipeline.
- Maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type String
- (Updatable) The type of pipeline.
- command
Line StringArguments - (Updatable) The command line arguments to set for steps in the pipeline.
- environment
Variables Map<String,String> - (Updatable) Environment variables to set for steps in the pipeline.
- maximum
Runtime StringIn Minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type string
- (Updatable) The type of pipeline.
- command
Line stringArguments - (Updatable) The command line arguments to set for steps in the pipeline.
- environment
Variables {[key: string]: string} - (Updatable) Environment variables to set for steps in the pipeline.
- maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type str
- (Updatable) The type of pipeline.
- command_
line_ strarguments - (Updatable) The command line arguments to set for steps in the pipeline.
- environment_
variables Mapping[str, str] - (Updatable) Environment variables to set for steps in the pipeline.
- maximum_
runtime_ strin_ minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
- type String
- (Updatable) The type of pipeline.
- command
Line StringArguments - (Updatable) The command line arguments to set for steps in the pipeline.
- environment
Variables Map<String> - (Updatable) Environment variables to set for steps in the pipeline.
- maximum
Runtime StringIn Minutes - (Updatable) A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress.
PipelineInfrastructureConfigurationDetails, PipelineInfrastructureConfigurationDetailsArgs
- Block
Storage intSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- Shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- Shape
Config PipelineDetails Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- Block
Storage intSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- Shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- Shape
Config PipelineDetails Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage IntegerSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name String - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config PipelineDetails Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id String - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage numberSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config PipelineDetails Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block_
storage_ intsize_ in_ gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape_
name str - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape_
config_ datascience.details Pipeline Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet_
id str - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage NumberSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name String - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config Property MapDetails - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id String - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
PipelineInfrastructureConfigurationDetailsShapeConfigDetails, PipelineInfrastructureConfigurationDetailsShapeConfigDetailsArgs
- Memory
In doubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- Memory
In float64Gbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In DoubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In numberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_
in_ floatgbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In NumberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineLogConfigurationDetails, PipelineLogConfigurationDetailsArgs
- Enable
Auto boolLog Creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - (Updatable) If customer logging is enabled for pipeline.
- Log
Group stringId - (Updatable) The OCID of the log group.
- Log
Id string - (Updatable) The OCID of the log.
- Enable
Auto boolLog Creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - (Updatable) If customer logging is enabled for pipeline.
- Log
Group stringId - (Updatable) The OCID of the log group.
- Log
Id string - (Updatable) The OCID of the log.
- enable
Auto BooleanLog Creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - (Updatable) If customer logging is enabled for pipeline.
- log
Group StringId - (Updatable) The OCID of the log group.
- log
Id String - (Updatable) The OCID of the log.
- enable
Auto booleanLog Creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean - (Updatable) If customer logging is enabled for pipeline.
- log
Group stringId - (Updatable) The OCID of the log group.
- log
Id string - (Updatable) The OCID of the log.
- enable_
auto_ boollog_ creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_
logging bool - (Updatable) If customer logging is enabled for pipeline.
- log_
group_ strid - (Updatable) The OCID of the log group.
- log_
id str - (Updatable) The OCID of the log.
- enable
Auto BooleanLog Creation - (Updatable) If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - (Updatable) If customer logging is enabled for pipeline.
- log
Group StringId - (Updatable) The OCID of the log group.
- log
Id String - (Updatable) The OCID of the log.
PipelineStepArtifact, PipelineStepArtifactArgs
- Step
Artifact string - 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 stringDisposition - artifact
Content stringLength - artifact
Content stringMd5 - artifact
Last stringModified
- 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_ strdisposition - artifact_
content_ strlength - artifact_
content_ strmd5 - artifact_
last_ strmodified
- 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
PipelineStepDetail, PipelineStepDetailArgs
- Step
Name string - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- Step
Type string - (Updatable) The type of step.
- Application
Id string - The OCID of the dataflow application to be used as a step.
- Depends
Ons List<string> - The list of step names this current step depends on for execution.
- Description string
- (Updatable) 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 PipelineDetails Step Detail Step Configuration Details - (Updatable) The configuration details of a step.
- Step
Container PipelineConfiguration Details Step Detail Step Container Configuration Details - Container Details for a step in pipeline.
- Step
Dataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details - (Updatable) The configuration details of a Dataflow step.
- Step
Infrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- Step
Storage List<PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- Step
Name string - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- Step
Type string - (Updatable) The type of step.
- Application
Id string - The OCID of the dataflow application to be used as a step.
- Depends
Ons []string - The list of step names this current step depends on for execution.
- Description string
- (Updatable) 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 PipelineDetails Step Detail Step Configuration Details - (Updatable) The configuration details of a step.
- Step
Container PipelineConfiguration Details Step Detail Step Container Configuration Details - Container Details for a step in pipeline.
- Step
Dataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details - (Updatable) The configuration details of a Dataflow step.
- Step
Infrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- Step
Storage []PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- step
Name String - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type String - (Updatable) The type of step.
- application
Id String - The OCID of the dataflow application to be used as a step.
- depends
Ons List<String> - The list of step names this current step depends on for execution.
- description String
- (Updatable) 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 PipelineDetails Step Detail Step Configuration Details - (Updatable) The configuration details of a step.
- step
Container PipelineConfiguration Details Step Detail Step Container Configuration Details - Container Details for a step in pipeline.
- step
Dataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details - (Updatable) The configuration details of a Dataflow step.
- step
Infrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- step
Storage List<PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List> - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- step
Name string - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type string - (Updatable) The type of step.
- application
Id string - The OCID of the dataflow application to be used as a step.
- depends
Ons string[] - The list of step names this current step depends on for execution.
- description string
- (Updatable) 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 PipelineDetails Step Detail Step Configuration Details - (Updatable) The configuration details of a step.
- step
Container PipelineConfiguration Details Step Detail Step Container Configuration Details - Container Details for a step in pipeline.
- step
Dataflow PipelineConfiguration Details Step Detail Step Dataflow Configuration Details - (Updatable) The configuration details of a Dataflow step.
- step
Infrastructure PipelineConfiguration Details Step Detail Step Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- step
Storage PipelineMount Configuration Details Lists Step Detail Step Storage Mount Configuration Details List[] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- step_
name str - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step_
type str - (Updatable) The type of step.
- application_
id str - The OCID of the dataflow application to be used as a step.
- depends_
ons Sequence[str] - The list of step names this current step depends on for execution.
- description str
- (Updatable) 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_ datascience.details Pipeline Step Detail Step Configuration Details - (Updatable) The configuration details of a step.
- step_
container_ datascience.configuration_ details Pipeline Step Detail Step Container Configuration Details - Container Details for a step in pipeline.
- step_
dataflow_ datascience.configuration_ details Pipeline Step Detail Step Dataflow Configuration Details - (Updatable) The configuration details of a Dataflow step.
- step_
infrastructure_ datascience.configuration_ details Pipeline Step Detail Step Infrastructure Configuration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- step_
storage_ Sequence[datascience.mount_ configuration_ details_ lists Pipeline Step Detail Step Storage Mount Configuration Details List] - (Updatable) The storage mount details to mount to the instance running the pipeline step.
- step
Name String - (Updatable) The name of the step. It must be unique within the pipeline. This is used to create the pipeline DAG.
- step
Type String - (Updatable) The type of step.
- application
Id String - The OCID of the dataflow application to be used as a step.
- depends
Ons List<String> - The list of step names this current step depends on for execution.
- description String
- (Updatable) 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 Property MapDetails - (Updatable) The configuration details of a step.
- step
Container Property MapConfiguration Details - Container Details for a step in pipeline.
- step
Dataflow Property MapConfiguration Details - (Updatable) The configuration details of a Dataflow step.
- step
Infrastructure Property MapConfiguration Details - (Updatable) The infrastructure configuration details of a pipeline or a step.
- step
Storage List<Property Map>Mount Configuration Details Lists - (Updatable) The storage mount details to mount to the instance running the pipeline step.
PipelineStepDetailStepConfigurationDetails, PipelineStepDetailStepConfigurationDetailsArgs
- Command
Line stringArguments - (Updatable) The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - (Updatable) Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the step.
- Command
Line stringArguments - (Updatable) The command line arguments to set for step.
- Environment
Variables map[string]string - (Updatable) Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the step.
- command
Line StringArguments - (Updatable) The command line arguments to set for step.
- environment
Variables Map<String,String> - (Updatable) Environment variables to set for step.
- maximum
Runtime StringIn Minutes - (Updatable) A time bound for the execution of the step.
- command
Line stringArguments - (Updatable) The command line arguments to set for step.
- environment
Variables {[key: string]: string} - (Updatable) Environment variables to set for step.
- maximum
Runtime stringIn Minutes - (Updatable) A time bound for the execution of the step.
- command_
line_ strarguments - (Updatable) The command line arguments to set for step.
- environment_
variables Mapping[str, str] - (Updatable) Environment variables to set for step.
- maximum_
runtime_ strin_ minutes - (Updatable) A time bound for the execution of the step.
- command
Line StringArguments - (Updatable) The command line arguments to set for step.
- environment
Variables Map<String> - (Updatable) Environment variables to set for step.
- maximum
Runtime StringIn Minutes - (Updatable) A time bound for the execution of the step.
PipelineStepDetailStepContainerConfigurationDetails, PipelineStepDetailStepContainerConfigurationDetailsArgs
- Container
Type string - The type of container.
- Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Cmds 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. - Entrypoints 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
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Container
Type string - The type of container.
- Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Cmds []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. - Entrypoints []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
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- container
Type String - The type of container.
- image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds 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. - entrypoints 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
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- container
Type string - The type of container.
- image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds 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. - entrypoints 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
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature stringId - OCID of the container image signature
- container_
type str - The type of container.
- image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds 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. - entrypoints 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_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_
signature_ strid - OCID of the container image signature
- container
Type String - The type of container.
- image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- cmds 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. - entrypoints 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
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
PipelineStepDetailStepDataflowConfigurationDetails, PipelineStepDetailStepDataflowConfigurationDetailsArgs
- Configuration Dictionary<string, string>
- (Updatable) The Spark configuration passed to the running process.
- Driver
Shape string - (Updatable) The VM shape for the driver.
- Driver
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Executor
Shape string - (Updatable) The VM shape for the executors.
- Executor
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Logs
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- Num
Executors int - (Updatable) The number of executor VMs requested.
- Warehouse
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- Configuration map[string]string
- (Updatable) The Spark configuration passed to the running process.
- Driver
Shape string - (Updatable) The VM shape for the driver.
- Driver
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Executor
Shape string - (Updatable) The VM shape for the executors.
- Executor
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Logs
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- Num
Executors int - (Updatable) The number of executor VMs requested.
- Warehouse
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Map<String,String>
- (Updatable) The Spark configuration passed to the running process.
- driver
Shape String - (Updatable) The VM shape for the driver.
- driver
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape String - (Updatable) The VM shape for the executors.
- executor
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket StringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors Integer - (Updatable) The number of executor VMs requested.
- warehouse
Bucket StringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration {[key: string]: string}
- (Updatable) The Spark configuration passed to the running process.
- driver
Shape string - (Updatable) The VM shape for the driver.
- driver
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Driver Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape string - (Updatable) The VM shape for the executors.
- executor
Shape PipelineConfig Details Step Detail Step Dataflow Configuration Details Executor Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors number - (Updatable) The number of executor VMs requested.
- warehouse
Bucket stringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Mapping[str, str]
- (Updatable) The Spark configuration passed to the running process.
- driver_
shape str - (Updatable) The VM shape for the driver.
- driver_
shape_ datascience.config_ details Pipeline Step Detail Step Dataflow Configuration Details Driver Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor_
shape str - (Updatable) The VM shape for the executors.
- executor_
shape_ datascience.config_ details Pipeline Step Detail Step Dataflow Configuration Details Executor Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs_
bucket_ struri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num_
executors int - (Updatable) The number of executor VMs requested.
- warehouse_
bucket_ struri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
- configuration Map<String>
- (Updatable) The Spark configuration passed to the running process.
- driver
Shape String - (Updatable) The VM shape for the driver.
- driver
Shape Property MapConfig Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- executor
Shape String - (Updatable) The VM shape for the executors.
- executor
Shape Property MapConfig Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- logs
Bucket StringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
- num
Executors Number - (Updatable) The number of executor VMs requested.
- warehouse
Bucket StringUri - (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetails, PipelineStepDetailStepDataflowConfigurationDetailsDriverShapeConfigDetailsArgs
- Memory
In doubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- Memory
In float64Gbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In DoubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In numberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_
in_ floatgbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In NumberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetails, PipelineStepDetailStepDataflowConfigurationDetailsExecutorShapeConfigDetailsArgs
- Memory
In doubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- Memory
In float64Gbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In DoubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In numberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_
in_ floatgbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In NumberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepInfrastructureConfigurationDetails, PipelineStepDetailStepInfrastructureConfigurationDetailsArgs
- Block
Storage intSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- Shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- Shape
Config PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- Block
Storage intSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- Shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- Shape
Config PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- Subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage IntegerSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name String - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id String - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage numberSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name string - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config PipelineDetails Step Detail Step Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id string - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block_
storage_ intsize_ in_ gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape_
name str - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape_
config_ datascience.details Pipeline Step Detail Step Infrastructure Configuration Details Shape Config Details - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet_
id str - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
- block
Storage NumberSize In Gbs - (Updatable) The size of the block storage volume to attach to the instance.
- shape
Name String - (Updatable) The shape used to launch the instance for all step runs in the pipeline.
- shape
Config Property MapDetails - (Updatable) Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
- subnet
Id String - (Updatable) The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetails, PipelineStepDetailStepInfrastructureConfigurationDetailsShapeConfigDetailsArgs
- Memory
In doubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- Memory
In float64Gbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In DoubleGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In numberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory_
in_ floatgbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
- memory
In NumberGbs - (Updatable) 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
- (Updatable) A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
PipelineStepDetailStepStorageMountConfigurationDetailsList, PipelineStepDetailStepStorageMountConfigurationDetailsListArgs
- Destination
Directory stringName - (Updatable) The local directory name to be mounted
- Storage
Type string - (Updatable) The type of storage.
- Bucket string
- (Updatable) The object storage bucket
- Destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- Export
Id string - (Updatable) OCID of the export
- Mount
Target stringId - (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- Destination
Directory stringName - (Updatable) The local directory name to be mounted
- Storage
Type string - (Updatable) The type of storage.
- Bucket string
- (Updatable) The object storage bucket
- Destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- Export
Id string - (Updatable) OCID of the export
- Mount
Target stringId - (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- destination
Directory StringName - (Updatable) The local directory name to be mounted
- storage
Type String - (Updatable) The type of storage.
- bucket String
- (Updatable) The object storage bucket
- destination
Path String - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id String - (Updatable) OCID of the export
- mount
Target StringId - (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
- destination
Directory stringName - (Updatable) The local directory name to be mounted
- storage
Type string - (Updatable) The type of storage.
- bucket string
- (Updatable) The object storage bucket
- destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id string - (Updatable) OCID of the export
- mount
Target stringId - (Updatable) OCID of the mount target
- namespace string
- (Updatable) The object storage namespace
- prefix string
- (Updatable) Prefix in the bucket to mount
- destination_
directory_ strname - (Updatable) The local directory name to be mounted
- storage_
type str - (Updatable) The type of storage.
- bucket str
- (Updatable) The object storage bucket
- destination_
path str - (Updatable) The local path of the mounted directory, excluding directory name.
- export_
id str - (Updatable) OCID of the export
- mount_
target_ strid - (Updatable) OCID of the mount target
- namespace str
- (Updatable) The object storage namespace
- prefix str
- (Updatable) Prefix in the bucket to mount
- destination
Directory StringName - (Updatable) The local directory name to be mounted
- storage
Type String - (Updatable) The type of storage.
- bucket String
- (Updatable) The object storage bucket
- destination
Path String - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id String - (Updatable) OCID of the export
- mount
Target StringId - (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
PipelineStorageMountConfigurationDetailsList, PipelineStorageMountConfigurationDetailsListArgs
- Destination
Directory stringName - (Updatable) The local directory name to be mounted
- Storage
Type string (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Bucket string
- (Updatable) The object storage bucket
- Destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- Export
Id string - (Updatable) OCID of the export
- Mount
Target stringId - (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- Destination
Directory stringName - (Updatable) The local directory name to be mounted
- Storage
Type string (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Bucket string
- (Updatable) The object storage bucket
- Destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- Export
Id string - (Updatable) OCID of the export
- Mount
Target stringId - (Updatable) OCID of the mount target
- Namespace string
- (Updatable) The object storage namespace
- Prefix string
- (Updatable) Prefix in the bucket to mount
- destination
Directory StringName - (Updatable) The local directory name to be mounted
- storage
Type String (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- bucket String
- (Updatable) The object storage bucket
- destination
Path String - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id String - (Updatable) OCID of the export
- mount
Target StringId - (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
- destination
Directory stringName - (Updatable) The local directory name to be mounted
- storage
Type string (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- bucket string
- (Updatable) The object storage bucket
- destination
Path string - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id string - (Updatable) OCID of the export
- mount
Target stringId - (Updatable) OCID of the mount target
- namespace string
- (Updatable) The object storage namespace
- prefix string
- (Updatable) Prefix in the bucket to mount
- destination_
directory_ strname - (Updatable) The local directory name to be mounted
- storage_
type str (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- bucket str
- (Updatable) The object storage bucket
- destination_
path str - (Updatable) The local path of the mounted directory, excluding directory name.
- export_
id str - (Updatable) OCID of the export
- mount_
target_ strid - (Updatable) OCID of the mount target
- namespace str
- (Updatable) The object storage namespace
- prefix str
- (Updatable) Prefix in the bucket to mount
- destination
Directory StringName - (Updatable) The local directory name to be mounted
- storage
Type String (Updatable) The type of storage.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- bucket String
- (Updatable) The object storage bucket
- destination
Path String - (Updatable) The local path of the mounted directory, excluding directory name.
- export
Id String - (Updatable) OCID of the export
- mount
Target StringId - (Updatable) OCID of the mount target
- namespace String
- (Updatable) The object storage namespace
- prefix String
- (Updatable) Prefix in the bucket to mount
Import
Pipelines can be imported using the id
, e.g.
$ pulumi import oci:DataScience/pipeline:Pipeline test_pipeline "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.