1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataScience
  5. JobRun
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DataScience.JobRun

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This resource provides the Job Run resource in Oracle Cloud Infrastructure Data Science service.

    Creates a job run.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testJobRun = new oci.datascience.JobRun("test_job_run", {
        compartmentId: compartmentId,
        jobId: testJob.id,
        projectId: testProject.id,
        asynchronous: asynchronous,
        definedTags: {
            "Operations.CostCenter": "42",
        },
        displayName: jobRunDisplayName,
        freeformTags: {
            Department: "Finance",
        },
        jobConfigurationOverrideDetails: {
            jobType: jobRunJobConfigurationOverrideDetailsJobType,
            commandLineArguments: jobRunJobConfigurationOverrideDetailsCommandLineArguments,
            environmentVariables: jobRunJobConfigurationOverrideDetailsEnvironmentVariables,
            maximumRuntimeInMinutes: jobRunJobConfigurationOverrideDetailsMaximumRuntimeInMinutes,
            startupProbeDetails: {
                commands: jobRunJobConfigurationOverrideDetailsStartupProbeDetailsCommand,
                jobProbeCheckType: jobRunJobConfigurationOverrideDetailsStartupProbeDetailsJobProbeCheckType,
                failureThreshold: jobRunJobConfigurationOverrideDetailsStartupProbeDetailsFailureThreshold,
                initialDelayInSeconds: jobRunJobConfigurationOverrideDetailsStartupProbeDetailsInitialDelayInSeconds,
                periodInSeconds: jobRunJobConfigurationOverrideDetailsStartupProbeDetailsPeriodInSeconds,
            },
        },
        jobEnvironmentConfigurationOverrideDetails: {
            image: jobRunJobEnvironmentConfigurationOverrideDetailsImage,
            jobEnvironmentType: jobRunJobEnvironmentConfigurationOverrideDetailsJobEnvironmentType,
            cmds: jobRunJobEnvironmentConfigurationOverrideDetailsCmd,
            entrypoints: jobRunJobEnvironmentConfigurationOverrideDetailsEntrypoint,
            imageDigest: jobRunJobEnvironmentConfigurationOverrideDetailsImageDigest,
            imageSignatureId: testImageSignature.id,
        },
        jobInfrastructureConfigurationOverrideDetails: {
            jobInfrastructureType: jobRunJobInfrastructureConfigurationOverrideDetailsJobInfrastructureType,
            blockStorageSizeInGbs: jobRunJobInfrastructureConfigurationOverrideDetailsBlockStorageSizeInGbs,
            jobShapeConfigDetails: {
                memoryInGbs: jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsMemoryInGbs,
                ocpus: jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsOcpus,
            },
            shapeName: testShape.name,
            subnetId: testSubnet.id,
        },
        jobLogConfigurationOverrideDetails: {
            enableAutoLogCreation: jobRunJobLogConfigurationOverrideDetailsEnableAutoLogCreation,
            enableLogging: jobRunJobLogConfigurationOverrideDetailsEnableLogging,
            logGroupId: testLogGroup.id,
            logId: testLog.id,
        },
        jobNodeConfigurationOverrideDetails: {
            jobNodeType: jobRunJobNodeConfigurationOverrideDetailsJobNodeType,
            jobNetworkConfiguration: {
                jobNetworkType: jobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationJobNetworkType,
                subnetId: testSubnet.id,
            },
            jobNodeGroupConfigurationDetailsLists: [{
                name: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListName,
                jobConfigurationDetails: {
                    jobType: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsJobType,
                    commandLineArguments: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsCommandLineArguments,
                    environmentVariables: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsEnvironmentVariables,
                    maximumRuntimeInMinutes: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsMaximumRuntimeInMinutes,
                    startupProbeDetails: {
                        commands: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsCommand,
                        jobProbeCheckType: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsJobProbeCheckType,
                        failureThreshold: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsFailureThreshold,
                        initialDelayInSeconds: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsInitialDelayInSeconds,
                        periodInSeconds: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsPeriodInSeconds,
                    },
                },
                jobEnvironmentConfigurationDetails: {
                    image: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImage,
                    jobEnvironmentType: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsJobEnvironmentType,
                    cmds: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsCmd,
                    entrypoints: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsEntrypoint,
                    imageDigest: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImageDigest,
                    imageSignatureId: testImageSignature.id,
                },
                jobInfrastructureConfigurationDetails: {
                    jobInfrastructureType: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobInfrastructureType,
                    blockStorageSizeInGbs: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsBlockStorageSizeInGbs,
                    jobShapeConfigDetails: {
                        memoryInGbs: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsMemoryInGbs,
                        ocpus: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOcpus,
                    },
                    shapeName: testShape.name,
                    subnetId: testSubnet.id,
                },
                minimumSuccessReplicas: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListMinimumSuccessReplicas,
                replicas: jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListReplicas,
            }],
            maximumRuntimeInMinutes: jobRunJobNodeConfigurationOverrideDetailsMaximumRuntimeInMinutes,
            startupOrder: jobRunJobNodeConfigurationOverrideDetailsStartupOrder,
        },
        opcParentRptUrl: jobRunOpcParentRptUrl,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_job_run = oci.datascience.JobRun("test_job_run",
        compartment_id=compartment_id,
        job_id=test_job["id"],
        project_id=test_project["id"],
        asynchronous=asynchronous,
        defined_tags={
            "Operations.CostCenter": "42",
        },
        display_name=job_run_display_name,
        freeform_tags={
            "Department": "Finance",
        },
        job_configuration_override_details={
            "job_type": job_run_job_configuration_override_details_job_type,
            "command_line_arguments": job_run_job_configuration_override_details_command_line_arguments,
            "environment_variables": job_run_job_configuration_override_details_environment_variables,
            "maximum_runtime_in_minutes": job_run_job_configuration_override_details_maximum_runtime_in_minutes,
            "startup_probe_details": {
                "commands": job_run_job_configuration_override_details_startup_probe_details_command,
                "job_probe_check_type": job_run_job_configuration_override_details_startup_probe_details_job_probe_check_type,
                "failure_threshold": job_run_job_configuration_override_details_startup_probe_details_failure_threshold,
                "initial_delay_in_seconds": job_run_job_configuration_override_details_startup_probe_details_initial_delay_in_seconds,
                "period_in_seconds": job_run_job_configuration_override_details_startup_probe_details_period_in_seconds,
            },
        },
        job_environment_configuration_override_details={
            "image": job_run_job_environment_configuration_override_details_image,
            "job_environment_type": job_run_job_environment_configuration_override_details_job_environment_type,
            "cmds": job_run_job_environment_configuration_override_details_cmd,
            "entrypoints": job_run_job_environment_configuration_override_details_entrypoint,
            "image_digest": job_run_job_environment_configuration_override_details_image_digest,
            "image_signature_id": test_image_signature["id"],
        },
        job_infrastructure_configuration_override_details={
            "job_infrastructure_type": job_run_job_infrastructure_configuration_override_details_job_infrastructure_type,
            "block_storage_size_in_gbs": job_run_job_infrastructure_configuration_override_details_block_storage_size_in_gbs,
            "job_shape_config_details": {
                "memory_in_gbs": job_run_job_infrastructure_configuration_override_details_job_shape_config_details_memory_in_gbs,
                "ocpus": job_run_job_infrastructure_configuration_override_details_job_shape_config_details_ocpus,
            },
            "shape_name": test_shape["name"],
            "subnet_id": test_subnet["id"],
        },
        job_log_configuration_override_details={
            "enable_auto_log_creation": job_run_job_log_configuration_override_details_enable_auto_log_creation,
            "enable_logging": job_run_job_log_configuration_override_details_enable_logging,
            "log_group_id": test_log_group["id"],
            "log_id": test_log["id"],
        },
        job_node_configuration_override_details={
            "job_node_type": job_run_job_node_configuration_override_details_job_node_type,
            "job_network_configuration": {
                "job_network_type": job_run_job_node_configuration_override_details_job_network_configuration_job_network_type,
                "subnet_id": test_subnet["id"],
            },
            "job_node_group_configuration_details_lists": [{
                "name": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_name,
                "job_configuration_details": {
                    "job_type": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_job_type,
                    "command_line_arguments": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_command_line_arguments,
                    "environment_variables": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_environment_variables,
                    "maximum_runtime_in_minutes": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_maximum_runtime_in_minutes,
                    "startup_probe_details": {
                        "commands": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_startup_probe_details_command,
                        "job_probe_check_type": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_startup_probe_details_job_probe_check_type,
                        "failure_threshold": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_startup_probe_details_failure_threshold,
                        "initial_delay_in_seconds": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_startup_probe_details_initial_delay_in_seconds,
                        "period_in_seconds": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_configuration_details_startup_probe_details_period_in_seconds,
                    },
                },
                "job_environment_configuration_details": {
                    "image": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_environment_configuration_details_image,
                    "job_environment_type": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_environment_configuration_details_job_environment_type,
                    "cmds": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_environment_configuration_details_cmd,
                    "entrypoints": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_environment_configuration_details_entrypoint,
                    "image_digest": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_environment_configuration_details_image_digest,
                    "image_signature_id": test_image_signature["id"],
                },
                "job_infrastructure_configuration_details": {
                    "job_infrastructure_type": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_infrastructure_configuration_details_job_infrastructure_type,
                    "block_storage_size_in_gbs": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_infrastructure_configuration_details_block_storage_size_in_gbs,
                    "job_shape_config_details": {
                        "memory_in_gbs": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_infrastructure_configuration_details_job_shape_config_details_memory_in_gbs,
                        "ocpus": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_job_infrastructure_configuration_details_job_shape_config_details_ocpus,
                    },
                    "shape_name": test_shape["name"],
                    "subnet_id": test_subnet["id"],
                },
                "minimum_success_replicas": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_minimum_success_replicas,
                "replicas": job_run_job_node_configuration_override_details_job_node_group_configuration_details_list_replicas,
            }],
            "maximum_runtime_in_minutes": job_run_job_node_configuration_override_details_maximum_runtime_in_minutes,
            "startup_order": job_run_job_node_configuration_override_details_startup_order,
        },
        opc_parent_rpt_url=job_run_opc_parent_rpt_url)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := datascience.NewJobRun(ctx, "test_job_run", &datascience.JobRunArgs{
    			CompartmentId: pulumi.Any(compartmentId),
    			JobId:         pulumi.Any(testJob.Id),
    			ProjectId:     pulumi.Any(testProject.Id),
    			Asynchronous:  pulumi.Any(asynchronous),
    			DefinedTags: pulumi.StringMap{
    				"Operations.CostCenter": pulumi.String("42"),
    			},
    			DisplayName: pulumi.Any(jobRunDisplayName),
    			FreeformTags: pulumi.StringMap{
    				"Department": pulumi.String("Finance"),
    			},
    			JobConfigurationOverrideDetails: &datascience.JobRunJobConfigurationOverrideDetailsArgs{
    				JobType:                 pulumi.Any(jobRunJobConfigurationOverrideDetailsJobType),
    				CommandLineArguments:    pulumi.Any(jobRunJobConfigurationOverrideDetailsCommandLineArguments),
    				EnvironmentVariables:    pulumi.Any(jobRunJobConfigurationOverrideDetailsEnvironmentVariables),
    				MaximumRuntimeInMinutes: pulumi.Any(jobRunJobConfigurationOverrideDetailsMaximumRuntimeInMinutes),
    				StartupProbeDetails: &datascience.JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs{
    					Commands:              pulumi.Any(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsCommand),
    					JobProbeCheckType:     pulumi.Any(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsJobProbeCheckType),
    					FailureThreshold:      pulumi.Any(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsFailureThreshold),
    					InitialDelayInSeconds: pulumi.Any(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsInitialDelayInSeconds),
    					PeriodInSeconds:       pulumi.Any(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsPeriodInSeconds),
    				},
    			},
    			JobEnvironmentConfigurationOverrideDetails: &datascience.JobRunJobEnvironmentConfigurationOverrideDetailsArgs{
    				Image:              pulumi.Any(jobRunJobEnvironmentConfigurationOverrideDetailsImage),
    				JobEnvironmentType: pulumi.Any(jobRunJobEnvironmentConfigurationOverrideDetailsJobEnvironmentType),
    				Cmds:               pulumi.Any(jobRunJobEnvironmentConfigurationOverrideDetailsCmd),
    				Entrypoints:        pulumi.Any(jobRunJobEnvironmentConfigurationOverrideDetailsEntrypoint),
    				ImageDigest:        pulumi.Any(jobRunJobEnvironmentConfigurationOverrideDetailsImageDigest),
    				ImageSignatureId:   pulumi.Any(testImageSignature.Id),
    			},
    			JobInfrastructureConfigurationOverrideDetails: &datascience.JobRunJobInfrastructureConfigurationOverrideDetailsArgs{
    				JobInfrastructureType: pulumi.Any(jobRunJobInfrastructureConfigurationOverrideDetailsJobInfrastructureType),
    				BlockStorageSizeInGbs: pulumi.Any(jobRunJobInfrastructureConfigurationOverrideDetailsBlockStorageSizeInGbs),
    				JobShapeConfigDetails: &datascience.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs{
    					MemoryInGbs: pulumi.Any(jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsMemoryInGbs),
    					Ocpus:       pulumi.Any(jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsOcpus),
    				},
    				ShapeName: pulumi.Any(testShape.Name),
    				SubnetId:  pulumi.Any(testSubnet.Id),
    			},
    			JobLogConfigurationOverrideDetails: &datascience.JobRunJobLogConfigurationOverrideDetailsArgs{
    				EnableAutoLogCreation: pulumi.Any(jobRunJobLogConfigurationOverrideDetailsEnableAutoLogCreation),
    				EnableLogging:         pulumi.Any(jobRunJobLogConfigurationOverrideDetailsEnableLogging),
    				LogGroupId:            pulumi.Any(testLogGroup.Id),
    				LogId:                 pulumi.Any(testLog.Id),
    			},
    			JobNodeConfigurationOverrideDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsArgs{
    				JobNodeType: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeType),
    				JobNetworkConfiguration: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs{
    					JobNetworkType: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationJobNetworkType),
    					SubnetId:       pulumi.Any(testSubnet.Id),
    				},
    				JobNodeGroupConfigurationDetailsLists: datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArray{
    					&datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs{
    						Name: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListName),
    						JobConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs{
    							JobType:                 pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsJobType),
    							CommandLineArguments:    pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsCommandLineArguments),
    							EnvironmentVariables:    pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsEnvironmentVariables),
    							MaximumRuntimeInMinutes: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsMaximumRuntimeInMinutes),
    							StartupProbeDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs{
    								Commands:              pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsCommand),
    								JobProbeCheckType:     pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsJobProbeCheckType),
    								FailureThreshold:      pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsFailureThreshold),
    								InitialDelayInSeconds: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsInitialDelayInSeconds),
    								PeriodInSeconds:       pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsPeriodInSeconds),
    							},
    						},
    						JobEnvironmentConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs{
    							Image:              pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImage),
    							JobEnvironmentType: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsJobEnvironmentType),
    							Cmds:               pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsCmd),
    							Entrypoints:        pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsEntrypoint),
    							ImageDigest:        pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImageDigest),
    							ImageSignatureId:   pulumi.Any(testImageSignature.Id),
    						},
    						JobInfrastructureConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs{
    							JobInfrastructureType: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobInfrastructureType),
    							BlockStorageSizeInGbs: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsBlockStorageSizeInGbs),
    							JobShapeConfigDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs{
    								MemoryInGbs: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsMemoryInGbs),
    								Ocpus:       pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOcpus),
    							},
    							ShapeName: pulumi.Any(testShape.Name),
    							SubnetId:  pulumi.Any(testSubnet.Id),
    						},
    						MinimumSuccessReplicas: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListMinimumSuccessReplicas),
    						Replicas:               pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListReplicas),
    					},
    				},
    				MaximumRuntimeInMinutes: pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsMaximumRuntimeInMinutes),
    				StartupOrder:            pulumi.Any(jobRunJobNodeConfigurationOverrideDetailsStartupOrder),
    			},
    			OpcParentRptUrl: pulumi.Any(jobRunOpcParentRptUrl),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testJobRun = new Oci.DataScience.JobRun("test_job_run", new()
        {
            CompartmentId = compartmentId,
            JobId = testJob.Id,
            ProjectId = testProject.Id,
            Asynchronous = asynchronous,
            DefinedTags = 
            {
                { "Operations.CostCenter", "42" },
            },
            DisplayName = jobRunDisplayName,
            FreeformTags = 
            {
                { "Department", "Finance" },
            },
            JobConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobConfigurationOverrideDetailsArgs
            {
                JobType = jobRunJobConfigurationOverrideDetailsJobType,
                CommandLineArguments = jobRunJobConfigurationOverrideDetailsCommandLineArguments,
                EnvironmentVariables = jobRunJobConfigurationOverrideDetailsEnvironmentVariables,
                MaximumRuntimeInMinutes = jobRunJobConfigurationOverrideDetailsMaximumRuntimeInMinutes,
                StartupProbeDetails = new Oci.DataScience.Inputs.JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs
                {
                    Commands = jobRunJobConfigurationOverrideDetailsStartupProbeDetailsCommand,
                    JobProbeCheckType = jobRunJobConfigurationOverrideDetailsStartupProbeDetailsJobProbeCheckType,
                    FailureThreshold = jobRunJobConfigurationOverrideDetailsStartupProbeDetailsFailureThreshold,
                    InitialDelayInSeconds = jobRunJobConfigurationOverrideDetailsStartupProbeDetailsInitialDelayInSeconds,
                    PeriodInSeconds = jobRunJobConfigurationOverrideDetailsStartupProbeDetailsPeriodInSeconds,
                },
            },
            JobEnvironmentConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobEnvironmentConfigurationOverrideDetailsArgs
            {
                Image = jobRunJobEnvironmentConfigurationOverrideDetailsImage,
                JobEnvironmentType = jobRunJobEnvironmentConfigurationOverrideDetailsJobEnvironmentType,
                Cmds = jobRunJobEnvironmentConfigurationOverrideDetailsCmd,
                Entrypoints = jobRunJobEnvironmentConfigurationOverrideDetailsEntrypoint,
                ImageDigest = jobRunJobEnvironmentConfigurationOverrideDetailsImageDigest,
                ImageSignatureId = testImageSignature.Id,
            },
            JobInfrastructureConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobInfrastructureConfigurationOverrideDetailsArgs
            {
                JobInfrastructureType = jobRunJobInfrastructureConfigurationOverrideDetailsJobInfrastructureType,
                BlockStorageSizeInGbs = jobRunJobInfrastructureConfigurationOverrideDetailsBlockStorageSizeInGbs,
                JobShapeConfigDetails = new Oci.DataScience.Inputs.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs
                {
                    MemoryInGbs = jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsMemoryInGbs,
                    Ocpus = jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsOcpus,
                },
                ShapeName = testShape.Name,
                SubnetId = testSubnet.Id,
            },
            JobLogConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobLogConfigurationOverrideDetailsArgs
            {
                EnableAutoLogCreation = jobRunJobLogConfigurationOverrideDetailsEnableAutoLogCreation,
                EnableLogging = jobRunJobLogConfigurationOverrideDetailsEnableLogging,
                LogGroupId = testLogGroup.Id,
                LogId = testLog.Id,
            },
            JobNodeConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsArgs
            {
                JobNodeType = jobRunJobNodeConfigurationOverrideDetailsJobNodeType,
                JobNetworkConfiguration = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs
                {
                    JobNetworkType = jobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationJobNetworkType,
                    SubnetId = testSubnet.Id,
                },
                JobNodeGroupConfigurationDetailsLists = new[]
                {
                    new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs
                    {
                        Name = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListName,
                        JobConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs
                        {
                            JobType = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsJobType,
                            CommandLineArguments = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsCommandLineArguments,
                            EnvironmentVariables = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsEnvironmentVariables,
                            MaximumRuntimeInMinutes = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsMaximumRuntimeInMinutes,
                            StartupProbeDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs
                            {
                                Commands = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsCommand,
                                JobProbeCheckType = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsJobProbeCheckType,
                                FailureThreshold = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsFailureThreshold,
                                InitialDelayInSeconds = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsInitialDelayInSeconds,
                                PeriodInSeconds = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsPeriodInSeconds,
                            },
                        },
                        JobEnvironmentConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs
                        {
                            Image = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImage,
                            JobEnvironmentType = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsJobEnvironmentType,
                            Cmds = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsCmd,
                            Entrypoints = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsEntrypoint,
                            ImageDigest = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImageDigest,
                            ImageSignatureId = testImageSignature.Id,
                        },
                        JobInfrastructureConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs
                        {
                            JobInfrastructureType = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobInfrastructureType,
                            BlockStorageSizeInGbs = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsBlockStorageSizeInGbs,
                            JobShapeConfigDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs
                            {
                                MemoryInGbs = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsMemoryInGbs,
                                Ocpus = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOcpus,
                            },
                            ShapeName = testShape.Name,
                            SubnetId = testSubnet.Id,
                        },
                        MinimumSuccessReplicas = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListMinimumSuccessReplicas,
                        Replicas = jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListReplicas,
                    },
                },
                MaximumRuntimeInMinutes = jobRunJobNodeConfigurationOverrideDetailsMaximumRuntimeInMinutes,
                StartupOrder = jobRunJobNodeConfigurationOverrideDetailsStartupOrder,
            },
            OpcParentRptUrl = jobRunOpcParentRptUrl,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DataScience.JobRun;
    import com.pulumi.oci.DataScience.JobRunArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobConfigurationOverrideDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobEnvironmentConfigurationOverrideDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobInfrastructureConfigurationOverrideDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobLogConfigurationOverrideDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobNodeConfigurationOverrideDetailsArgs;
    import com.pulumi.oci.DataScience.inputs.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var testJobRun = new JobRun("testJobRun", JobRunArgs.builder()
                .compartmentId(compartmentId)
                .jobId(testJob.id())
                .projectId(testProject.id())
                .asynchronous(asynchronous)
                .definedTags(Map.of("Operations.CostCenter", "42"))
                .displayName(jobRunDisplayName)
                .freeformTags(Map.of("Department", "Finance"))
                .jobConfigurationOverrideDetails(JobRunJobConfigurationOverrideDetailsArgs.builder()
                    .jobType(jobRunJobConfigurationOverrideDetailsJobType)
                    .commandLineArguments(jobRunJobConfigurationOverrideDetailsCommandLineArguments)
                    .environmentVariables(jobRunJobConfigurationOverrideDetailsEnvironmentVariables)
                    .maximumRuntimeInMinutes(jobRunJobConfigurationOverrideDetailsMaximumRuntimeInMinutes)
                    .startupProbeDetails(JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs.builder()
                        .commands(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsCommand)
                        .jobProbeCheckType(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsJobProbeCheckType)
                        .failureThreshold(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsFailureThreshold)
                        .initialDelayInSeconds(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsInitialDelayInSeconds)
                        .periodInSeconds(jobRunJobConfigurationOverrideDetailsStartupProbeDetailsPeriodInSeconds)
                        .build())
                    .build())
                .jobEnvironmentConfigurationOverrideDetails(JobRunJobEnvironmentConfigurationOverrideDetailsArgs.builder()
                    .image(jobRunJobEnvironmentConfigurationOverrideDetailsImage)
                    .jobEnvironmentType(jobRunJobEnvironmentConfigurationOverrideDetailsJobEnvironmentType)
                    .cmds(jobRunJobEnvironmentConfigurationOverrideDetailsCmd)
                    .entrypoints(jobRunJobEnvironmentConfigurationOverrideDetailsEntrypoint)
                    .imageDigest(jobRunJobEnvironmentConfigurationOverrideDetailsImageDigest)
                    .imageSignatureId(testImageSignature.id())
                    .build())
                .jobInfrastructureConfigurationOverrideDetails(JobRunJobInfrastructureConfigurationOverrideDetailsArgs.builder()
                    .jobInfrastructureType(jobRunJobInfrastructureConfigurationOverrideDetailsJobInfrastructureType)
                    .blockStorageSizeInGbs(jobRunJobInfrastructureConfigurationOverrideDetailsBlockStorageSizeInGbs)
                    .jobShapeConfigDetails(JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs.builder()
                        .memoryInGbs(jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsMemoryInGbs)
                        .ocpus(jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsOcpus)
                        .build())
                    .shapeName(testShape.name())
                    .subnetId(testSubnet.id())
                    .build())
                .jobLogConfigurationOverrideDetails(JobRunJobLogConfigurationOverrideDetailsArgs.builder()
                    .enableAutoLogCreation(jobRunJobLogConfigurationOverrideDetailsEnableAutoLogCreation)
                    .enableLogging(jobRunJobLogConfigurationOverrideDetailsEnableLogging)
                    .logGroupId(testLogGroup.id())
                    .logId(testLog.id())
                    .build())
                .jobNodeConfigurationOverrideDetails(JobRunJobNodeConfigurationOverrideDetailsArgs.builder()
                    .jobNodeType(jobRunJobNodeConfigurationOverrideDetailsJobNodeType)
                    .jobNetworkConfiguration(JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs.builder()
                        .jobNetworkType(jobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationJobNetworkType)
                        .subnetId(testSubnet.id())
                        .build())
                    .jobNodeGroupConfigurationDetailsLists(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs.builder()
                        .name(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListName)
                        .jobConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs.builder()
                            .jobType(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsJobType)
                            .commandLineArguments(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsCommandLineArguments)
                            .environmentVariables(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsEnvironmentVariables)
                            .maximumRuntimeInMinutes(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsMaximumRuntimeInMinutes)
                            .startupProbeDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs.builder()
                                .commands(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsCommand)
                                .jobProbeCheckType(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsJobProbeCheckType)
                                .failureThreshold(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsFailureThreshold)
                                .initialDelayInSeconds(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsInitialDelayInSeconds)
                                .periodInSeconds(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsPeriodInSeconds)
                                .build())
                            .build())
                        .jobEnvironmentConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs.builder()
                            .image(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImage)
                            .jobEnvironmentType(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsJobEnvironmentType)
                            .cmds(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsCmd)
                            .entrypoints(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsEntrypoint)
                            .imageDigest(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImageDigest)
                            .imageSignatureId(testImageSignature.id())
                            .build())
                        .jobInfrastructureConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs.builder()
                            .jobInfrastructureType(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobInfrastructureType)
                            .blockStorageSizeInGbs(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsBlockStorageSizeInGbs)
                            .jobShapeConfigDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs.builder()
                                .memoryInGbs(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsMemoryInGbs)
                                .ocpus(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOcpus)
                                .build())
                            .shapeName(testShape.name())
                            .subnetId(testSubnet.id())
                            .build())
                        .minimumSuccessReplicas(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListMinimumSuccessReplicas)
                        .replicas(jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListReplicas)
                        .build())
                    .maximumRuntimeInMinutes(jobRunJobNodeConfigurationOverrideDetailsMaximumRuntimeInMinutes)
                    .startupOrder(jobRunJobNodeConfigurationOverrideDetailsStartupOrder)
                    .build())
                .opcParentRptUrl(jobRunOpcParentRptUrl)
                .build());
    
        }
    }
    
    resources:
      testJobRun:
        type: oci:DataScience:JobRun
        name: test_job_run
        properties:
          compartmentId: ${compartmentId}
          jobId: ${testJob.id}
          projectId: ${testProject.id}
          asynchronous: ${asynchronous}
          definedTags:
            Operations.CostCenter: '42'
          displayName: ${jobRunDisplayName}
          freeformTags:
            Department: Finance
          jobConfigurationOverrideDetails:
            jobType: ${jobRunJobConfigurationOverrideDetailsJobType}
            commandLineArguments: ${jobRunJobConfigurationOverrideDetailsCommandLineArguments}
            environmentVariables: ${jobRunJobConfigurationOverrideDetailsEnvironmentVariables}
            maximumRuntimeInMinutes: ${jobRunJobConfigurationOverrideDetailsMaximumRuntimeInMinutes}
            startupProbeDetails:
              commands: ${jobRunJobConfigurationOverrideDetailsStartupProbeDetailsCommand}
              jobProbeCheckType: ${jobRunJobConfigurationOverrideDetailsStartupProbeDetailsJobProbeCheckType}
              failureThreshold: ${jobRunJobConfigurationOverrideDetailsStartupProbeDetailsFailureThreshold}
              initialDelayInSeconds: ${jobRunJobConfigurationOverrideDetailsStartupProbeDetailsInitialDelayInSeconds}
              periodInSeconds: ${jobRunJobConfigurationOverrideDetailsStartupProbeDetailsPeriodInSeconds}
          jobEnvironmentConfigurationOverrideDetails:
            image: ${jobRunJobEnvironmentConfigurationOverrideDetailsImage}
            jobEnvironmentType: ${jobRunJobEnvironmentConfigurationOverrideDetailsJobEnvironmentType}
            cmds: ${jobRunJobEnvironmentConfigurationOverrideDetailsCmd}
            entrypoints: ${jobRunJobEnvironmentConfigurationOverrideDetailsEntrypoint}
            imageDigest: ${jobRunJobEnvironmentConfigurationOverrideDetailsImageDigest}
            imageSignatureId: ${testImageSignature.id}
          jobInfrastructureConfigurationOverrideDetails:
            jobInfrastructureType: ${jobRunJobInfrastructureConfigurationOverrideDetailsJobInfrastructureType}
            blockStorageSizeInGbs: ${jobRunJobInfrastructureConfigurationOverrideDetailsBlockStorageSizeInGbs}
            jobShapeConfigDetails:
              memoryInGbs: ${jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsMemoryInGbs}
              ocpus: ${jobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsOcpus}
            shapeName: ${testShape.name}
            subnetId: ${testSubnet.id}
          jobLogConfigurationOverrideDetails:
            enableAutoLogCreation: ${jobRunJobLogConfigurationOverrideDetailsEnableAutoLogCreation}
            enableLogging: ${jobRunJobLogConfigurationOverrideDetailsEnableLogging}
            logGroupId: ${testLogGroup.id}
            logId: ${testLog.id}
          jobNodeConfigurationOverrideDetails:
            jobNodeType: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeType}
            jobNetworkConfiguration:
              jobNetworkType: ${jobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationJobNetworkType}
              subnetId: ${testSubnet.id}
            jobNodeGroupConfigurationDetailsLists:
              - name: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListName}
                jobConfigurationDetails:
                  jobType: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsJobType}
                  commandLineArguments: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsCommandLineArguments}
                  environmentVariables: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsEnvironmentVariables}
                  maximumRuntimeInMinutes: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsMaximumRuntimeInMinutes}
                  startupProbeDetails:
                    commands: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsCommand}
                    jobProbeCheckType: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsJobProbeCheckType}
                    failureThreshold: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsFailureThreshold}
                    initialDelayInSeconds: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsInitialDelayInSeconds}
                    periodInSeconds: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsPeriodInSeconds}
                jobEnvironmentConfigurationDetails:
                  image: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImage}
                  jobEnvironmentType: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsJobEnvironmentType}
                  cmds: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsCmd}
                  entrypoints: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsEntrypoint}
                  imageDigest: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsImageDigest}
                  imageSignatureId: ${testImageSignature.id}
                jobInfrastructureConfigurationDetails:
                  jobInfrastructureType: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobInfrastructureType}
                  blockStorageSizeInGbs: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsBlockStorageSizeInGbs}
                  jobShapeConfigDetails:
                    memoryInGbs: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsMemoryInGbs}
                    ocpus: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsOcpus}
                  shapeName: ${testShape.name}
                  subnetId: ${testSubnet.id}
                minimumSuccessReplicas: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListMinimumSuccessReplicas}
                replicas: ${jobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListReplicas}
            maximumRuntimeInMinutes: ${jobRunJobNodeConfigurationOverrideDetailsMaximumRuntimeInMinutes}
            startupOrder: ${jobRunJobNodeConfigurationOverrideDetailsStartupOrder}
          opcParentRptUrl: ${jobRunOpcParentRptUrl}
    

    Create JobRun Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new JobRun(name: string, args: JobRunArgs, opts?: CustomResourceOptions);
    @overload
    def JobRun(resource_name: str,
               args: JobRunArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def JobRun(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               job_id: Optional[str] = None,
               compartment_id: Optional[str] = None,
               project_id: Optional[str] = None,
               job_environment_configuration_override_details: Optional[JobRunJobEnvironmentConfigurationOverrideDetailsArgs] = None,
               freeform_tags: Optional[Mapping[str, str]] = None,
               job_configuration_override_details: Optional[JobRunJobConfigurationOverrideDetailsArgs] = None,
               asynchronous: Optional[bool] = None,
               display_name: Optional[str] = None,
               job_infrastructure_configuration_override_details: Optional[JobRunJobInfrastructureConfigurationOverrideDetailsArgs] = None,
               job_log_configuration_override_details: Optional[JobRunJobLogConfigurationOverrideDetailsArgs] = None,
               job_node_configuration_override_details: Optional[JobRunJobNodeConfigurationOverrideDetailsArgs] = None,
               opc_parent_rpt_url: Optional[str] = None,
               defined_tags: Optional[Mapping[str, str]] = None)
    func NewJobRun(ctx *Context, name string, args JobRunArgs, opts ...ResourceOption) (*JobRun, error)
    public JobRun(string name, JobRunArgs args, CustomResourceOptions? opts = null)
    public JobRun(String name, JobRunArgs args)
    public JobRun(String name, JobRunArgs args, CustomResourceOptions options)
    
    type: oci:DataScience:JobRun
    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 JobRunArgs
    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 JobRunArgs
    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 JobRunArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args JobRunArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args JobRunArgs
    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 jobRunResource = new Oci.DataScience.JobRun("jobRunResource", new()
    {
        JobId = "string",
        CompartmentId = "string",
        ProjectId = "string",
        JobEnvironmentConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobEnvironmentConfigurationOverrideDetailsArgs
        {
            Image = "string",
            JobEnvironmentType = "string",
            Cmds = new[]
            {
                "string",
            },
            Entrypoints = new[]
            {
                "string",
            },
            ImageDigest = "string",
            ImageSignatureId = "string",
        },
        FreeformTags = 
        {
            { "string", "string" },
        },
        JobConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobConfigurationOverrideDetailsArgs
        {
            JobType = "string",
            CommandLineArguments = "string",
            EnvironmentVariables = 
            {
                { "string", "string" },
            },
            MaximumRuntimeInMinutes = "string",
            StartupProbeDetails = new Oci.DataScience.Inputs.JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs
            {
                Commands = new[]
                {
                    "string",
                },
                JobProbeCheckType = "string",
                FailureThreshold = 0,
                InitialDelayInSeconds = 0,
                PeriodInSeconds = 0,
            },
        },
        Asynchronous = false,
        DisplayName = "string",
        JobInfrastructureConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobInfrastructureConfigurationOverrideDetailsArgs
        {
            JobInfrastructureType = "string",
            BlockStorageSizeInGbs = 0,
            JobShapeConfigDetails = new Oci.DataScience.Inputs.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs
            {
                MemoryInGbs = 0,
                Ocpus = 0,
            },
            ShapeName = "string",
            SubnetId = "string",
        },
        JobLogConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobLogConfigurationOverrideDetailsArgs
        {
            EnableAutoLogCreation = false,
            EnableLogging = false,
            LogGroupId = "string",
            LogId = "string",
        },
        JobNodeConfigurationOverrideDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsArgs
        {
            JobNodeType = "string",
            JobNetworkConfiguration = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs
            {
                JobNetworkType = "string",
                SubnetId = "string",
            },
            JobNodeGroupConfigurationDetailsLists = new[]
            {
                new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs
                {
                    Name = "string",
                    JobConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs
                    {
                        JobType = "string",
                        CommandLineArguments = "string",
                        EnvironmentVariables = 
                        {
                            { "string", "string" },
                        },
                        MaximumRuntimeInMinutes = "string",
                        StartupProbeDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs
                        {
                            Commands = new[]
                            {
                                "string",
                            },
                            JobProbeCheckType = "string",
                            FailureThreshold = 0,
                            InitialDelayInSeconds = 0,
                            PeriodInSeconds = 0,
                        },
                    },
                    JobEnvironmentConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs
                    {
                        Image = "string",
                        JobEnvironmentType = "string",
                        Cmds = new[]
                        {
                            "string",
                        },
                        Entrypoints = new[]
                        {
                            "string",
                        },
                        ImageDigest = "string",
                        ImageSignatureId = "string",
                    },
                    JobInfrastructureConfigurationDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs
                    {
                        JobInfrastructureType = "string",
                        BlockStorageSizeInGbs = 0,
                        JobShapeConfigDetails = new Oci.DataScience.Inputs.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs
                        {
                            MemoryInGbs = 0,
                            Ocpus = 0,
                        },
                        ShapeName = "string",
                        SubnetId = "string",
                    },
                    MinimumSuccessReplicas = 0,
                    Replicas = 0,
                },
            },
            MaximumRuntimeInMinutes = "string",
            StartupOrder = "string",
        },
        OpcParentRptUrl = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := datascience.NewJobRun(ctx, "jobRunResource", &datascience.JobRunArgs{
    	JobId:         pulumi.String("string"),
    	CompartmentId: pulumi.String("string"),
    	ProjectId:     pulumi.String("string"),
    	JobEnvironmentConfigurationOverrideDetails: &datascience.JobRunJobEnvironmentConfigurationOverrideDetailsArgs{
    		Image:              pulumi.String("string"),
    		JobEnvironmentType: pulumi.String("string"),
    		Cmds: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Entrypoints: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		ImageDigest:      pulumi.String("string"),
    		ImageSignatureId: pulumi.String("string"),
    	},
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	JobConfigurationOverrideDetails: &datascience.JobRunJobConfigurationOverrideDetailsArgs{
    		JobType:              pulumi.String("string"),
    		CommandLineArguments: pulumi.String("string"),
    		EnvironmentVariables: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		MaximumRuntimeInMinutes: pulumi.String("string"),
    		StartupProbeDetails: &datascience.JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs{
    			Commands: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			JobProbeCheckType:     pulumi.String("string"),
    			FailureThreshold:      pulumi.Int(0),
    			InitialDelayInSeconds: pulumi.Int(0),
    			PeriodInSeconds:       pulumi.Int(0),
    		},
    	},
    	Asynchronous: pulumi.Bool(false),
    	DisplayName:  pulumi.String("string"),
    	JobInfrastructureConfigurationOverrideDetails: &datascience.JobRunJobInfrastructureConfigurationOverrideDetailsArgs{
    		JobInfrastructureType: pulumi.String("string"),
    		BlockStorageSizeInGbs: pulumi.Int(0),
    		JobShapeConfigDetails: &datascience.JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs{
    			MemoryInGbs: pulumi.Float64(0),
    			Ocpus:       pulumi.Float64(0),
    		},
    		ShapeName: pulumi.String("string"),
    		SubnetId:  pulumi.String("string"),
    	},
    	JobLogConfigurationOverrideDetails: &datascience.JobRunJobLogConfigurationOverrideDetailsArgs{
    		EnableAutoLogCreation: pulumi.Bool(false),
    		EnableLogging:         pulumi.Bool(false),
    		LogGroupId:            pulumi.String("string"),
    		LogId:                 pulumi.String("string"),
    	},
    	JobNodeConfigurationOverrideDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsArgs{
    		JobNodeType: pulumi.String("string"),
    		JobNetworkConfiguration: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs{
    			JobNetworkType: pulumi.String("string"),
    			SubnetId:       pulumi.String("string"),
    		},
    		JobNodeGroupConfigurationDetailsLists: datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArray{
    			&datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs{
    				Name: pulumi.String("string"),
    				JobConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs{
    					JobType:              pulumi.String("string"),
    					CommandLineArguments: pulumi.String("string"),
    					EnvironmentVariables: pulumi.StringMap{
    						"string": pulumi.String("string"),
    					},
    					MaximumRuntimeInMinutes: pulumi.String("string"),
    					StartupProbeDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs{
    						Commands: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    						JobProbeCheckType:     pulumi.String("string"),
    						FailureThreshold:      pulumi.Int(0),
    						InitialDelayInSeconds: pulumi.Int(0),
    						PeriodInSeconds:       pulumi.Int(0),
    					},
    				},
    				JobEnvironmentConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs{
    					Image:              pulumi.String("string"),
    					JobEnvironmentType: pulumi.String("string"),
    					Cmds: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Entrypoints: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					ImageDigest:      pulumi.String("string"),
    					ImageSignatureId: pulumi.String("string"),
    				},
    				JobInfrastructureConfigurationDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs{
    					JobInfrastructureType: pulumi.String("string"),
    					BlockStorageSizeInGbs: pulumi.Int(0),
    					JobShapeConfigDetails: &datascience.JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs{
    						MemoryInGbs: pulumi.Float64(0),
    						Ocpus:       pulumi.Float64(0),
    					},
    					ShapeName: pulumi.String("string"),
    					SubnetId:  pulumi.String("string"),
    				},
    				MinimumSuccessReplicas: pulumi.Int(0),
    				Replicas:               pulumi.Int(0),
    			},
    		},
    		MaximumRuntimeInMinutes: pulumi.String("string"),
    		StartupOrder:            pulumi.String("string"),
    	},
    	OpcParentRptUrl: pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var jobRunResource = new JobRun("jobRunResource", JobRunArgs.builder()
        .jobId("string")
        .compartmentId("string")
        .projectId("string")
        .jobEnvironmentConfigurationOverrideDetails(JobRunJobEnvironmentConfigurationOverrideDetailsArgs.builder()
            .image("string")
            .jobEnvironmentType("string")
            .cmds("string")
            .entrypoints("string")
            .imageDigest("string")
            .imageSignatureId("string")
            .build())
        .freeformTags(Map.of("string", "string"))
        .jobConfigurationOverrideDetails(JobRunJobConfigurationOverrideDetailsArgs.builder()
            .jobType("string")
            .commandLineArguments("string")
            .environmentVariables(Map.of("string", "string"))
            .maximumRuntimeInMinutes("string")
            .startupProbeDetails(JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs.builder()
                .commands("string")
                .jobProbeCheckType("string")
                .failureThreshold(0)
                .initialDelayInSeconds(0)
                .periodInSeconds(0)
                .build())
            .build())
        .asynchronous(false)
        .displayName("string")
        .jobInfrastructureConfigurationOverrideDetails(JobRunJobInfrastructureConfigurationOverrideDetailsArgs.builder()
            .jobInfrastructureType("string")
            .blockStorageSizeInGbs(0)
            .jobShapeConfigDetails(JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs.builder()
                .memoryInGbs(0.0)
                .ocpus(0.0)
                .build())
            .shapeName("string")
            .subnetId("string")
            .build())
        .jobLogConfigurationOverrideDetails(JobRunJobLogConfigurationOverrideDetailsArgs.builder()
            .enableAutoLogCreation(false)
            .enableLogging(false)
            .logGroupId("string")
            .logId("string")
            .build())
        .jobNodeConfigurationOverrideDetails(JobRunJobNodeConfigurationOverrideDetailsArgs.builder()
            .jobNodeType("string")
            .jobNetworkConfiguration(JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs.builder()
                .jobNetworkType("string")
                .subnetId("string")
                .build())
            .jobNodeGroupConfigurationDetailsLists(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs.builder()
                .name("string")
                .jobConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs.builder()
                    .jobType("string")
                    .commandLineArguments("string")
                    .environmentVariables(Map.of("string", "string"))
                    .maximumRuntimeInMinutes("string")
                    .startupProbeDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs.builder()
                        .commands("string")
                        .jobProbeCheckType("string")
                        .failureThreshold(0)
                        .initialDelayInSeconds(0)
                        .periodInSeconds(0)
                        .build())
                    .build())
                .jobEnvironmentConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs.builder()
                    .image("string")
                    .jobEnvironmentType("string")
                    .cmds("string")
                    .entrypoints("string")
                    .imageDigest("string")
                    .imageSignatureId("string")
                    .build())
                .jobInfrastructureConfigurationDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs.builder()
                    .jobInfrastructureType("string")
                    .blockStorageSizeInGbs(0)
                    .jobShapeConfigDetails(JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs.builder()
                        .memoryInGbs(0.0)
                        .ocpus(0.0)
                        .build())
                    .shapeName("string")
                    .subnetId("string")
                    .build())
                .minimumSuccessReplicas(0)
                .replicas(0)
                .build())
            .maximumRuntimeInMinutes("string")
            .startupOrder("string")
            .build())
        .opcParentRptUrl("string")
        .definedTags(Map.of("string", "string"))
        .build());
    
    job_run_resource = oci.datascience.JobRun("jobRunResource",
        job_id="string",
        compartment_id="string",
        project_id="string",
        job_environment_configuration_override_details={
            "image": "string",
            "job_environment_type": "string",
            "cmds": ["string"],
            "entrypoints": ["string"],
            "image_digest": "string",
            "image_signature_id": "string",
        },
        freeform_tags={
            "string": "string",
        },
        job_configuration_override_details={
            "job_type": "string",
            "command_line_arguments": "string",
            "environment_variables": {
                "string": "string",
            },
            "maximum_runtime_in_minutes": "string",
            "startup_probe_details": {
                "commands": ["string"],
                "job_probe_check_type": "string",
                "failure_threshold": 0,
                "initial_delay_in_seconds": 0,
                "period_in_seconds": 0,
            },
        },
        asynchronous=False,
        display_name="string",
        job_infrastructure_configuration_override_details={
            "job_infrastructure_type": "string",
            "block_storage_size_in_gbs": 0,
            "job_shape_config_details": {
                "memory_in_gbs": 0,
                "ocpus": 0,
            },
            "shape_name": "string",
            "subnet_id": "string",
        },
        job_log_configuration_override_details={
            "enable_auto_log_creation": False,
            "enable_logging": False,
            "log_group_id": "string",
            "log_id": "string",
        },
        job_node_configuration_override_details={
            "job_node_type": "string",
            "job_network_configuration": {
                "job_network_type": "string",
                "subnet_id": "string",
            },
            "job_node_group_configuration_details_lists": [{
                "name": "string",
                "job_configuration_details": {
                    "job_type": "string",
                    "command_line_arguments": "string",
                    "environment_variables": {
                        "string": "string",
                    },
                    "maximum_runtime_in_minutes": "string",
                    "startup_probe_details": {
                        "commands": ["string"],
                        "job_probe_check_type": "string",
                        "failure_threshold": 0,
                        "initial_delay_in_seconds": 0,
                        "period_in_seconds": 0,
                    },
                },
                "job_environment_configuration_details": {
                    "image": "string",
                    "job_environment_type": "string",
                    "cmds": ["string"],
                    "entrypoints": ["string"],
                    "image_digest": "string",
                    "image_signature_id": "string",
                },
                "job_infrastructure_configuration_details": {
                    "job_infrastructure_type": "string",
                    "block_storage_size_in_gbs": 0,
                    "job_shape_config_details": {
                        "memory_in_gbs": 0,
                        "ocpus": 0,
                    },
                    "shape_name": "string",
                    "subnet_id": "string",
                },
                "minimum_success_replicas": 0,
                "replicas": 0,
            }],
            "maximum_runtime_in_minutes": "string",
            "startup_order": "string",
        },
        opc_parent_rpt_url="string",
        defined_tags={
            "string": "string",
        })
    
    const jobRunResource = new oci.datascience.JobRun("jobRunResource", {
        jobId: "string",
        compartmentId: "string",
        projectId: "string",
        jobEnvironmentConfigurationOverrideDetails: {
            image: "string",
            jobEnvironmentType: "string",
            cmds: ["string"],
            entrypoints: ["string"],
            imageDigest: "string",
            imageSignatureId: "string",
        },
        freeformTags: {
            string: "string",
        },
        jobConfigurationOverrideDetails: {
            jobType: "string",
            commandLineArguments: "string",
            environmentVariables: {
                string: "string",
            },
            maximumRuntimeInMinutes: "string",
            startupProbeDetails: {
                commands: ["string"],
                jobProbeCheckType: "string",
                failureThreshold: 0,
                initialDelayInSeconds: 0,
                periodInSeconds: 0,
            },
        },
        asynchronous: false,
        displayName: "string",
        jobInfrastructureConfigurationOverrideDetails: {
            jobInfrastructureType: "string",
            blockStorageSizeInGbs: 0,
            jobShapeConfigDetails: {
                memoryInGbs: 0,
                ocpus: 0,
            },
            shapeName: "string",
            subnetId: "string",
        },
        jobLogConfigurationOverrideDetails: {
            enableAutoLogCreation: false,
            enableLogging: false,
            logGroupId: "string",
            logId: "string",
        },
        jobNodeConfigurationOverrideDetails: {
            jobNodeType: "string",
            jobNetworkConfiguration: {
                jobNetworkType: "string",
                subnetId: "string",
            },
            jobNodeGroupConfigurationDetailsLists: [{
                name: "string",
                jobConfigurationDetails: {
                    jobType: "string",
                    commandLineArguments: "string",
                    environmentVariables: {
                        string: "string",
                    },
                    maximumRuntimeInMinutes: "string",
                    startupProbeDetails: {
                        commands: ["string"],
                        jobProbeCheckType: "string",
                        failureThreshold: 0,
                        initialDelayInSeconds: 0,
                        periodInSeconds: 0,
                    },
                },
                jobEnvironmentConfigurationDetails: {
                    image: "string",
                    jobEnvironmentType: "string",
                    cmds: ["string"],
                    entrypoints: ["string"],
                    imageDigest: "string",
                    imageSignatureId: "string",
                },
                jobInfrastructureConfigurationDetails: {
                    jobInfrastructureType: "string",
                    blockStorageSizeInGbs: 0,
                    jobShapeConfigDetails: {
                        memoryInGbs: 0,
                        ocpus: 0,
                    },
                    shapeName: "string",
                    subnetId: "string",
                },
                minimumSuccessReplicas: 0,
                replicas: 0,
            }],
            maximumRuntimeInMinutes: "string",
            startupOrder: "string",
        },
        opcParentRptUrl: "string",
        definedTags: {
            string: "string",
        },
    });
    
    type: oci:DataScience:JobRun
    properties:
        asynchronous: false
        compartmentId: string
        definedTags:
            string: string
        displayName: string
        freeformTags:
            string: string
        jobConfigurationOverrideDetails:
            commandLineArguments: string
            environmentVariables:
                string: string
            jobType: string
            maximumRuntimeInMinutes: string
            startupProbeDetails:
                commands:
                    - string
                failureThreshold: 0
                initialDelayInSeconds: 0
                jobProbeCheckType: string
                periodInSeconds: 0
        jobEnvironmentConfigurationOverrideDetails:
            cmds:
                - string
            entrypoints:
                - string
            image: string
            imageDigest: string
            imageSignatureId: string
            jobEnvironmentType: string
        jobId: string
        jobInfrastructureConfigurationOverrideDetails:
            blockStorageSizeInGbs: 0
            jobInfrastructureType: string
            jobShapeConfigDetails:
                memoryInGbs: 0
                ocpus: 0
            shapeName: string
            subnetId: string
        jobLogConfigurationOverrideDetails:
            enableAutoLogCreation: false
            enableLogging: false
            logGroupId: string
            logId: string
        jobNodeConfigurationOverrideDetails:
            jobNetworkConfiguration:
                jobNetworkType: string
                subnetId: string
            jobNodeGroupConfigurationDetailsLists:
                - jobConfigurationDetails:
                    commandLineArguments: string
                    environmentVariables:
                        string: string
                    jobType: string
                    maximumRuntimeInMinutes: string
                    startupProbeDetails:
                        commands:
                            - string
                        failureThreshold: 0
                        initialDelayInSeconds: 0
                        jobProbeCheckType: string
                        periodInSeconds: 0
                  jobEnvironmentConfigurationDetails:
                    cmds:
                        - string
                    entrypoints:
                        - string
                    image: string
                    imageDigest: string
                    imageSignatureId: string
                    jobEnvironmentType: string
                  jobInfrastructureConfigurationDetails:
                    blockStorageSizeInGbs: 0
                    jobInfrastructureType: string
                    jobShapeConfigDetails:
                        memoryInGbs: 0
                        ocpus: 0
                    shapeName: string
                    subnetId: string
                  minimumSuccessReplicas: 0
                  name: string
                  replicas: 0
            jobNodeType: string
            maximumRuntimeInMinutes: string
            startupOrder: string
        opcParentRptUrl: string
        projectId: string
    

    JobRun 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 JobRun resource accepts the following input properties:

    CompartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    JobId string
    The OCID of the job to create a run for.
    ProjectId string

    The OCID of the project to associate the job run with.

    ** 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

    Asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    DefinedTags 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"}
    DisplayName string
    (Updatable) A user-friendly display name for the resource.
    FreeformTags 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"}
    JobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    JobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    JobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    JobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    JobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    OpcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    CompartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    JobId string
    The OCID of the job to create a run for.
    ProjectId string

    The OCID of the project to associate the job run with.

    ** 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

    Asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    DefinedTags 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"}
    DisplayName string
    (Updatable) A user-friendly display name for the resource.
    FreeformTags 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"}
    JobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetailsArgs
    The job configuration details
    JobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetailsArgs
    Environment configuration to capture job runtime dependencies.
    JobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetailsArgs
    The job infrastructure configuration details (shape, block storage, etc.)
    JobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetailsArgs
    Logging configuration for resource.
    JobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetailsArgs
    The job node configuration details
    OpcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    compartmentId String
    (Updatable) The OCID of the compartment where you want to create the job.
    jobId String
    The OCID of the job to create a run for.
    projectId String

    The OCID of the project to associate the job run with.

    ** 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

    asynchronous Boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    definedTags 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"}
    displayName String
    (Updatable) A user-friendly display name for the resource.
    freeformTags 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"}
    jobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    opcParentRptUrl String
    URL to fetch the Resource Principal Token from the parent resource.
    compartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    jobId string
    The OCID of the job to create a run for.
    projectId string

    The OCID of the project to associate the job run with.

    ** 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

    asynchronous boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    definedTags {[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"}
    displayName string
    (Updatable) A user-friendly display name for the resource.
    freeformTags {[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"}
    jobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    opcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    compartment_id str
    (Updatable) The OCID of the compartment where you want to create the job.
    job_id str
    The OCID of the job to create a run for.
    project_id str

    The OCID of the project to associate the job run with.

    ** 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

    asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    defined_tags 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"}
    display_name str
    (Updatable) A user-friendly display name for the resource.
    freeform_tags 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"}
    job_configuration_override_details JobRunJobConfigurationOverrideDetailsArgs
    The job configuration details
    job_environment_configuration_override_details JobRunJobEnvironmentConfigurationOverrideDetailsArgs
    Environment configuration to capture job runtime dependencies.
    job_infrastructure_configuration_override_details JobRunJobInfrastructureConfigurationOverrideDetailsArgs
    The job infrastructure configuration details (shape, block storage, etc.)
    job_log_configuration_override_details JobRunJobLogConfigurationOverrideDetailsArgs
    Logging configuration for resource.
    job_node_configuration_override_details JobRunJobNodeConfigurationOverrideDetailsArgs
    The job node configuration details
    opc_parent_rpt_url str
    URL to fetch the Resource Principal Token from the parent resource.
    compartmentId String
    (Updatable) The OCID of the compartment where you want to create the job.
    jobId String
    The OCID of the job to create a run for.
    projectId String

    The OCID of the project to associate the job run with.

    ** 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

    asynchronous Boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    (Updatable) A user-friendly display name for the resource.
    freeformTags 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"}
    jobConfigurationOverrideDetails Property Map
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails Property Map
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationOverrideDetails Property Map
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails Property Map
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails Property Map
    The job node configuration details
    opcParentRptUrl String
    URL to fetch the Resource Principal Token from the parent resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the JobRun resource produces the following output properties:

    CreatedBy string
    The OCID of the user who created the job run.
    Id string
    The provider-assigned unique ID for this managed resource.
    JobInfrastructureConfigurationDetails List<JobRunJobInfrastructureConfigurationDetail>
    The job infrastructure configuration details (shape, block storage, etc.)
    JobStorageMountConfigurationDetailsLists List<JobRunJobStorageMountConfigurationDetailsList>
    Collection of JobStorageMountConfigurationDetails.
    LifecycleDetails string
    The state details of the node group.
    LogDetails List<JobRunLogDetail>
    Customer logging details for job run.
    NodeGroupDetailsLists List<JobRunNodeGroupDetailsList>
    Collection of NodeGroupDetails
    State string
    The state of the job run.
    TimeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    TimeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    TimeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    CreatedBy string
    The OCID of the user who created the job run.
    Id string
    The provider-assigned unique ID for this managed resource.
    JobInfrastructureConfigurationDetails []JobRunJobInfrastructureConfigurationDetail
    The job infrastructure configuration details (shape, block storage, etc.)
    JobStorageMountConfigurationDetailsLists []JobRunJobStorageMountConfigurationDetailsList
    Collection of JobStorageMountConfigurationDetails.
    LifecycleDetails string
    The state details of the node group.
    LogDetails []JobRunLogDetail
    Customer logging details for job run.
    NodeGroupDetailsLists []JobRunNodeGroupDetailsList
    Collection of NodeGroupDetails
    State string
    The state of the job run.
    TimeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    TimeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    TimeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    createdBy String
    The OCID of the user who created the job run.
    id String
    The provider-assigned unique ID for this managed resource.
    jobInfrastructureConfigurationDetails List<JobRunJobInfrastructureConfigurationDetail>
    The job infrastructure configuration details (shape, block storage, etc.)
    jobStorageMountConfigurationDetailsLists List<JobRunJobStorageMountConfigurationDetailsList>
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails String
    The state details of the node group.
    logDetails List<JobRunLogDetail>
    Customer logging details for job run.
    nodeGroupDetailsLists List<JobRunNodeGroupDetailsList>
    Collection of NodeGroupDetails
    state String
    The state of the job run.
    timeAccepted String
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished String
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted String
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    createdBy string
    The OCID of the user who created the job run.
    id string
    The provider-assigned unique ID for this managed resource.
    jobInfrastructureConfigurationDetails JobRunJobInfrastructureConfigurationDetail[]
    The job infrastructure configuration details (shape, block storage, etc.)
    jobStorageMountConfigurationDetailsLists JobRunJobStorageMountConfigurationDetailsList[]
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails string
    The state details of the node group.
    logDetails JobRunLogDetail[]
    Customer logging details for job run.
    nodeGroupDetailsLists JobRunNodeGroupDetailsList[]
    Collection of NodeGroupDetails
    state string
    The state of the job run.
    timeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    created_by str
    The OCID of the user who created the job run.
    id str
    The provider-assigned unique ID for this managed resource.
    job_infrastructure_configuration_details Sequence[JobRunJobInfrastructureConfigurationDetail]
    The job infrastructure configuration details (shape, block storage, etc.)
    job_storage_mount_configuration_details_lists Sequence[JobRunJobStorageMountConfigurationDetailsList]
    Collection of JobStorageMountConfigurationDetails.
    lifecycle_details str
    The state details of the node group.
    log_details Sequence[JobRunLogDetail]
    Customer logging details for job run.
    node_group_details_lists Sequence[JobRunNodeGroupDetailsList]
    Collection of NodeGroupDetails
    state str
    The state of the job run.
    time_accepted str
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    time_finished str
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    time_started str
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    createdBy String
    The OCID of the user who created the job run.
    id String
    The provider-assigned unique ID for this managed resource.
    jobInfrastructureConfigurationDetails List<Property Map>
    The job infrastructure configuration details (shape, block storage, etc.)
    jobStorageMountConfigurationDetailsLists List<Property Map>
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails String
    The state details of the node group.
    logDetails List<Property Map>
    Customer logging details for job run.
    nodeGroupDetailsLists List<Property Map>
    Collection of NodeGroupDetails
    state String
    The state of the job run.
    timeAccepted String
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished String
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted String
    The date and time the job run request was started in the timestamp format defined by RFC3339.

    Look up Existing JobRun Resource

    Get an existing JobRun 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?: JobRunState, opts?: CustomResourceOptions): JobRun
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            asynchronous: Optional[bool] = None,
            compartment_id: Optional[str] = None,
            created_by: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            job_configuration_override_details: Optional[JobRunJobConfigurationOverrideDetailsArgs] = None,
            job_environment_configuration_override_details: Optional[JobRunJobEnvironmentConfigurationOverrideDetailsArgs] = None,
            job_id: Optional[str] = None,
            job_infrastructure_configuration_details: Optional[Sequence[JobRunJobInfrastructureConfigurationDetailArgs]] = None,
            job_infrastructure_configuration_override_details: Optional[JobRunJobInfrastructureConfigurationOverrideDetailsArgs] = None,
            job_log_configuration_override_details: Optional[JobRunJobLogConfigurationOverrideDetailsArgs] = None,
            job_node_configuration_override_details: Optional[JobRunJobNodeConfigurationOverrideDetailsArgs] = None,
            job_storage_mount_configuration_details_lists: Optional[Sequence[JobRunJobStorageMountConfigurationDetailsListArgs]] = None,
            lifecycle_details: Optional[str] = None,
            log_details: Optional[Sequence[JobRunLogDetailArgs]] = None,
            node_group_details_lists: Optional[Sequence[JobRunNodeGroupDetailsListArgs]] = None,
            opc_parent_rpt_url: Optional[str] = None,
            project_id: Optional[str] = None,
            state: Optional[str] = None,
            time_accepted: Optional[str] = None,
            time_finished: Optional[str] = None,
            time_started: Optional[str] = None) -> JobRun
    func GetJobRun(ctx *Context, name string, id IDInput, state *JobRunState, opts ...ResourceOption) (*JobRun, error)
    public static JobRun Get(string name, Input<string> id, JobRunState? state, CustomResourceOptions? opts = null)
    public static JobRun get(String name, Output<String> id, JobRunState state, CustomResourceOptions options)
    resources:  _:    type: oci:DataScience:JobRun    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.
    The following state arguments are supported:
    Asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    CompartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    CreatedBy string
    The OCID of the user who created the job run.
    DefinedTags 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"}
    DisplayName string
    (Updatable) A user-friendly display name for the resource.
    FreeformTags 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"}
    JobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    JobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    JobId string
    The OCID of the job to create a run for.
    JobInfrastructureConfigurationDetails List<JobRunJobInfrastructureConfigurationDetail>
    The job infrastructure configuration details (shape, block storage, etc.)
    JobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    JobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    JobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    JobStorageMountConfigurationDetailsLists List<JobRunJobStorageMountConfigurationDetailsList>
    Collection of JobStorageMountConfigurationDetails.
    LifecycleDetails string
    The state details of the node group.
    LogDetails List<JobRunLogDetail>
    Customer logging details for job run.
    NodeGroupDetailsLists List<JobRunNodeGroupDetailsList>
    Collection of NodeGroupDetails
    OpcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    ProjectId string

    The OCID of the project to associate the job run with.

    ** 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

    State string
    The state of the job run.
    TimeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    TimeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    TimeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    Asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    CompartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    CreatedBy string
    The OCID of the user who created the job run.
    DefinedTags 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"}
    DisplayName string
    (Updatable) A user-friendly display name for the resource.
    FreeformTags 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"}
    JobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetailsArgs
    The job configuration details
    JobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetailsArgs
    Environment configuration to capture job runtime dependencies.
    JobId string
    The OCID of the job to create a run for.
    JobInfrastructureConfigurationDetails []JobRunJobInfrastructureConfigurationDetailArgs
    The job infrastructure configuration details (shape, block storage, etc.)
    JobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetailsArgs
    The job infrastructure configuration details (shape, block storage, etc.)
    JobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetailsArgs
    Logging configuration for resource.
    JobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetailsArgs
    The job node configuration details
    JobStorageMountConfigurationDetailsLists []JobRunJobStorageMountConfigurationDetailsListArgs
    Collection of JobStorageMountConfigurationDetails.
    LifecycleDetails string
    The state details of the node group.
    LogDetails []JobRunLogDetailArgs
    Customer logging details for job run.
    NodeGroupDetailsLists []JobRunNodeGroupDetailsListArgs
    Collection of NodeGroupDetails
    OpcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    ProjectId string

    The OCID of the project to associate the job run with.

    ** 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

    State string
    The state of the job run.
    TimeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    TimeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    TimeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    asynchronous Boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    compartmentId String
    (Updatable) The OCID of the compartment where you want to create the job.
    createdBy String
    The OCID of the user who created the job run.
    definedTags 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"}
    displayName String
    (Updatable) A user-friendly display name for the resource.
    freeformTags 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"}
    jobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    jobId String
    The OCID of the job to create a run for.
    jobInfrastructureConfigurationDetails List<JobRunJobInfrastructureConfigurationDetail>
    The job infrastructure configuration details (shape, block storage, etc.)
    jobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    jobStorageMountConfigurationDetailsLists List<JobRunJobStorageMountConfigurationDetailsList>
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails String
    The state details of the node group.
    logDetails List<JobRunLogDetail>
    Customer logging details for job run.
    nodeGroupDetailsLists List<JobRunNodeGroupDetailsList>
    Collection of NodeGroupDetails
    opcParentRptUrl String
    URL to fetch the Resource Principal Token from the parent resource.
    projectId String

    The OCID of the project to associate the job run with.

    ** 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

    state String
    The state of the job run.
    timeAccepted String
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished String
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted String
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    asynchronous boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    compartmentId string
    (Updatable) The OCID of the compartment where you want to create the job.
    createdBy string
    The OCID of the user who created the job run.
    definedTags {[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"}
    displayName string
    (Updatable) A user-friendly display name for the resource.
    freeformTags {[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"}
    jobConfigurationOverrideDetails JobRunJobConfigurationOverrideDetails
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails JobRunJobEnvironmentConfigurationOverrideDetails
    Environment configuration to capture job runtime dependencies.
    jobId string
    The OCID of the job to create a run for.
    jobInfrastructureConfigurationDetails JobRunJobInfrastructureConfigurationDetail[]
    The job infrastructure configuration details (shape, block storage, etc.)
    jobInfrastructureConfigurationOverrideDetails JobRunJobInfrastructureConfigurationOverrideDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails JobRunJobLogConfigurationOverrideDetails
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails JobRunJobNodeConfigurationOverrideDetails
    The job node configuration details
    jobStorageMountConfigurationDetailsLists JobRunJobStorageMountConfigurationDetailsList[]
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails string
    The state details of the node group.
    logDetails JobRunLogDetail[]
    Customer logging details for job run.
    nodeGroupDetailsLists JobRunNodeGroupDetailsList[]
    Collection of NodeGroupDetails
    opcParentRptUrl string
    URL to fetch the Resource Principal Token from the parent resource.
    projectId string

    The OCID of the project to associate the job run with.

    ** 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

    state string
    The state of the job run.
    timeAccepted string
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished string
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted string
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    asynchronous bool
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    compartment_id str
    (Updatable) The OCID of the compartment where you want to create the job.
    created_by str
    The OCID of the user who created the job run.
    defined_tags 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"}
    display_name str
    (Updatable) A user-friendly display name for the resource.
    freeform_tags 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"}
    job_configuration_override_details JobRunJobConfigurationOverrideDetailsArgs
    The job configuration details
    job_environment_configuration_override_details JobRunJobEnvironmentConfigurationOverrideDetailsArgs
    Environment configuration to capture job runtime dependencies.
    job_id str
    The OCID of the job to create a run for.
    job_infrastructure_configuration_details Sequence[JobRunJobInfrastructureConfigurationDetailArgs]
    The job infrastructure configuration details (shape, block storage, etc.)
    job_infrastructure_configuration_override_details JobRunJobInfrastructureConfigurationOverrideDetailsArgs
    The job infrastructure configuration details (shape, block storage, etc.)
    job_log_configuration_override_details JobRunJobLogConfigurationOverrideDetailsArgs
    Logging configuration for resource.
    job_node_configuration_override_details JobRunJobNodeConfigurationOverrideDetailsArgs
    The job node configuration details
    job_storage_mount_configuration_details_lists Sequence[JobRunJobStorageMountConfigurationDetailsListArgs]
    Collection of JobStorageMountConfigurationDetails.
    lifecycle_details str
    The state details of the node group.
    log_details Sequence[JobRunLogDetailArgs]
    Customer logging details for job run.
    node_group_details_lists Sequence[JobRunNodeGroupDetailsListArgs]
    Collection of NodeGroupDetails
    opc_parent_rpt_url str
    URL to fetch the Resource Principal Token from the parent resource.
    project_id str

    The OCID of the project to associate the job run with.

    ** 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

    state str
    The state of the job run.
    time_accepted str
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    time_finished str
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    time_started str
    The date and time the job run request was started in the timestamp format defined by RFC3339.
    asynchronous Boolean
    If set to true, do not wait for the JobRun to reach completion prior to returning. Can be useful for JobRuns with a long duration.
    compartmentId String
    (Updatable) The OCID of the compartment where you want to create the job.
    createdBy String
    The OCID of the user who created the job run.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    (Updatable) A user-friendly display name for the resource.
    freeformTags 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"}
    jobConfigurationOverrideDetails Property Map
    The job configuration details
    jobEnvironmentConfigurationOverrideDetails Property Map
    Environment configuration to capture job runtime dependencies.
    jobId String
    The OCID of the job to create a run for.
    jobInfrastructureConfigurationDetails List<Property Map>
    The job infrastructure configuration details (shape, block storage, etc.)
    jobInfrastructureConfigurationOverrideDetails Property Map
    The job infrastructure configuration details (shape, block storage, etc.)
    jobLogConfigurationOverrideDetails Property Map
    Logging configuration for resource.
    jobNodeConfigurationOverrideDetails Property Map
    The job node configuration details
    jobStorageMountConfigurationDetailsLists List<Property Map>
    Collection of JobStorageMountConfigurationDetails.
    lifecycleDetails String
    The state details of the node group.
    logDetails List<Property Map>
    Customer logging details for job run.
    nodeGroupDetailsLists List<Property Map>
    Collection of NodeGroupDetails
    opcParentRptUrl String
    URL to fetch the Resource Principal Token from the parent resource.
    projectId String

    The OCID of the project to associate the job run with.

    ** 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

    state String
    The state of the job run.
    timeAccepted String
    The date and time the job run was accepted in the timestamp format defined by RFC3339.
    timeFinished String
    The date and time the job run request was finished in the timestamp format defined by RFC3339.
    timeStarted String
    The date and time the job run request was started in the timestamp format defined by RFC3339.

    Supporting Types

    JobRunJobConfigurationOverrideDetails, JobRunJobConfigurationOverrideDetailsArgs

    JobType string
    The type of job.
    CommandLineArguments string
    The arguments to pass to the job.
    EnvironmentVariables Dictionary<string, string>
    Environment variables to set for the job.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    StartupProbeDetails JobRunJobConfigurationOverrideDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    JobType string
    The type of job.
    CommandLineArguments string
    The arguments to pass to the job.
    EnvironmentVariables map[string]string
    Environment variables to set for the job.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    StartupProbeDetails JobRunJobConfigurationOverrideDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType String
    The type of job.
    commandLineArguments String
    The arguments to pass to the job.
    environmentVariables Map<String,String>
    Environment variables to set for the job.
    maximumRuntimeInMinutes String
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails JobRunJobConfigurationOverrideDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType string
    The type of job.
    commandLineArguments string
    The arguments to pass to the job.
    environmentVariables {[key: string]: string}
    Environment variables to set for the job.
    maximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails JobRunJobConfigurationOverrideDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    job_type str
    The type of job.
    command_line_arguments str
    The arguments to pass to the job.
    environment_variables Mapping[str, str]
    Environment variables to set for the job.
    maximum_runtime_in_minutes str
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startup_probe_details JobRunJobConfigurationOverrideDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType String
    The type of job.
    commandLineArguments String
    The arguments to pass to the job.
    environmentVariables Map<String>
    Environment variables to set for the job.
    maximumRuntimeInMinutes String
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails Property Map
    The probe indicates whether the application within the job run has started.

    JobRunJobConfigurationOverrideDetailsStartupProbeDetails, JobRunJobConfigurationOverrideDetailsStartupProbeDetailsArgs

    Commands List<string>
    The commands to run in the target job run to perform the startup probe
    JobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    FailureThreshold int
    How many times the job will try before giving up when a probe fails.
    InitialDelayInSeconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    PeriodInSeconds int
    Number of seconds how often the job run should perform a startup probe
    Commands []string
    The commands to run in the target job run to perform the startup probe
    JobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    FailureThreshold int
    How many times the job will try before giving up when a probe fails.
    InitialDelayInSeconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    PeriodInSeconds int
    Number of seconds how often the job run should perform a startup probe
    commands List<String>
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType String
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold Integer
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds Integer
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds Integer
    Number of seconds how often the job run should perform a startup probe
    commands string[]
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold number
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds number
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds number
    Number of seconds how often the job run should perform a startup probe
    commands Sequence[str]
    The commands to run in the target job run to perform the startup probe
    job_probe_check_type str
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failure_threshold int
    How many times the job will try before giving up when a probe fails.
    initial_delay_in_seconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    period_in_seconds int
    Number of seconds how often the job run should perform a startup probe
    commands List<String>
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType String
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold Number
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds Number
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds Number
    Number of seconds how often the job run should perform a startup probe

    JobRunJobEnvironmentConfigurationOverrideDetails, JobRunJobEnvironmentConfigurationOverrideDetailsArgs

    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    JobEnvironmentType string
    The environment configuration type used for job runtime.
    Cmds List<string>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    Entrypoints List<string>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    JobEnvironmentType string
    The environment configuration type used for job runtime.
    Cmds []string
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    Entrypoints []string
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType String
    The environment configuration type used for job runtime.
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature
    image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType string
    The environment configuration type used for job runtime.
    cmds string[]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints string[]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId string
    OCID of the container image signature
    image str
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    job_environment_type str
    The environment configuration type used for job runtime.
    cmds Sequence[str]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints Sequence[str]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image_digest str
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    image_signature_id str
    OCID of the container image signature
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType String
    The environment configuration type used for job runtime.
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature

    JobRunJobInfrastructureConfigurationDetail, JobRunJobInfrastructureConfigurationDetailArgs

    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobInfrastructureType string
    The infrastructure type used for job run.
    JobShapeConfigDetails List<JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail>
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobInfrastructureType string
    The infrastructure type used for job run.
    JobShapeConfigDetails []JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    jobShapeConfigDetails List<JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail>
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance running the job
    jobInfrastructureType string
    The infrastructure type used for job run.
    jobShapeConfigDetails JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail[]
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance running the job
    job_infrastructure_type str
    The infrastructure type used for job run.
    job_shape_config_details Sequence[JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail]
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The name that corresponds to the JobShapeSummary to use for the job node
    subnet_id str
    The subnet to create a secondary vnic in to attach to the instance running the job
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    jobShapeConfigDetails List<Property Map>
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job

    JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail, JobRunJobInfrastructureConfigurationDetailJobShapeConfigDetailArgs

    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs double
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus double
    The total number of OCPUs available to the job run instance.
    CpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    MemoryInGbs float64
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus float64
    The total number of OCPUs available to the job run instance.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Double
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Double
    The total number of OCPUs available to the job run instance.
    cpuBaseline string
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus number
    The total number of OCPUs available to the job run instance.
    cpu_baseline str
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memory_in_gbs float
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus float
    The total number of OCPUs available to the job run instance.
    cpuBaseline String
    The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
    memoryInGbs Number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Number
    The total number of OCPUs available to the job run instance.

    JobRunJobInfrastructureConfigurationOverrideDetails, JobRunJobInfrastructureConfigurationOverrideDetailsArgs

    JobInfrastructureType string
    The infrastructure type used for job run.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobShapeConfigDetails JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    JobInfrastructureType string
    The infrastructure type used for job run.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobShapeConfigDetails JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType string
    The infrastructure type used for job run.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    job_infrastructure_type str
    The infrastructure type used for job run.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance running the job
    job_shape_config_details JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The name that corresponds to the JobShapeSummary to use for the job node
    subnet_id str
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails Property Map
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job

    JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetails, JobRunJobInfrastructureConfigurationOverrideDetailsJobShapeConfigDetailsArgs

    MemoryInGbs double
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus double
    The total number of OCPUs available to the job run instance.
    MemoryInGbs float64
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus float64
    The total number of OCPUs available to the job run instance.
    memoryInGbs Double
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Double
    The total number of OCPUs available to the job run instance.
    memoryInGbs number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus number
    The total number of OCPUs available to the job run instance.
    memory_in_gbs float
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus float
    The total number of OCPUs available to the job run instance.
    memoryInGbs Number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Number
    The total number of OCPUs available to the job run instance.

    JobRunJobLogConfigurationOverrideDetails, JobRunJobLogConfigurationOverrideDetailsArgs

    EnableAutoLogCreation bool
    If automatic on-behalf-of log object creation is enabled for job runs.
    EnableLogging bool
    If customer logging is enabled for job runs.
    LogGroupId string
    The log group id for where log objects are for job runs.
    LogId string
    The log id the job run will push logs too.
    EnableAutoLogCreation bool
    If automatic on-behalf-of log object creation is enabled for job runs.
    EnableLogging bool
    If customer logging is enabled for job runs.
    LogGroupId string
    The log group id for where log objects are for job runs.
    LogId string
    The log id the job run will push logs too.
    enableAutoLogCreation Boolean
    If automatic on-behalf-of log object creation is enabled for job runs.
    enableLogging Boolean
    If customer logging is enabled for job runs.
    logGroupId String
    The log group id for where log objects are for job runs.
    logId String
    The log id the job run will push logs too.
    enableAutoLogCreation boolean
    If automatic on-behalf-of log object creation is enabled for job runs.
    enableLogging boolean
    If customer logging is enabled for job runs.
    logGroupId string
    The log group id for where log objects are for job runs.
    logId string
    The log id the job run will push logs too.
    enable_auto_log_creation bool
    If automatic on-behalf-of log object creation is enabled for job runs.
    enable_logging bool
    If customer logging is enabled for job runs.
    log_group_id str
    The log group id for where log objects are for job runs.
    log_id str
    The log id the job run will push logs too.
    enableAutoLogCreation Boolean
    If automatic on-behalf-of log object creation is enabled for job runs.
    enableLogging Boolean
    If customer logging is enabled for job runs.
    logGroupId String
    The log group id for where log objects are for job runs.
    logId String
    The log id the job run will push logs too.

    JobRunJobNodeConfigurationOverrideDetails, JobRunJobNodeConfigurationOverrideDetailsArgs

    JobNodeType string
    The node type used for job run.
    JobNetworkConfiguration JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration
    The job network configuration details
    JobNodeGroupConfigurationDetailsLists List<JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList>
    List of JobNodeGroupConfigurationDetails
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    StartupOrder string
    The execution order of node groups
    JobNodeType string
    The node type used for job run.
    JobNetworkConfiguration JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration
    The job network configuration details
    JobNodeGroupConfigurationDetailsLists []JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList
    List of JobNodeGroupConfigurationDetails
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    StartupOrder string
    The execution order of node groups
    jobNodeType String
    The node type used for job run.
    jobNetworkConfiguration JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration
    The job network configuration details
    jobNodeGroupConfigurationDetailsLists List<JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList>
    List of JobNodeGroupConfigurationDetails
    maximumRuntimeInMinutes String
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    startupOrder String
    The execution order of node groups
    jobNodeType string
    The node type used for job run.
    jobNetworkConfiguration JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration
    The job network configuration details
    jobNodeGroupConfigurationDetailsLists JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList[]
    List of JobNodeGroupConfigurationDetails
    maximumRuntimeInMinutes string
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    startupOrder string
    The execution order of node groups
    job_node_type str
    The node type used for job run.
    job_network_configuration JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration
    The job network configuration details
    job_node_group_configuration_details_lists Sequence[JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList]
    List of JobNodeGroupConfigurationDetails
    maximum_runtime_in_minutes str
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    startup_order str
    The execution order of node groups
    jobNodeType String
    The node type used for job run.
    jobNetworkConfiguration Property Map
    The job network configuration details
    jobNodeGroupConfigurationDetailsLists List<Property Map>
    List of JobNodeGroupConfigurationDetails
    maximumRuntimeInMinutes String
    A time bound for the execution of the job run. Timer starts when the job run is in progress.
    startupOrder String
    The execution order of node groups

    JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfiguration, JobRunJobNodeConfigurationOverrideDetailsJobNetworkConfigurationArgs

    JobNetworkType string
    job network type
    SubnetId string
    The custom subnet id
    JobNetworkType string
    job network type
    SubnetId string
    The custom subnet id
    jobNetworkType String
    job network type
    subnetId String
    The custom subnet id
    jobNetworkType string
    job network type
    subnetId string
    The custom subnet id
    job_network_type str
    job network type
    subnet_id str
    The custom subnet id
    jobNetworkType String
    job network type
    subnetId String
    The custom subnet id

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsList, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListArgs

    Name string
    node group name.
    JobConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails
    The job configuration details
    JobEnvironmentConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails
    Environment configuration to capture job runtime dependencies.
    JobInfrastructureConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    MinimumSuccessReplicas int
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    Replicas int
    The number of nodes.
    Name string
    node group name.
    JobConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails
    The job configuration details
    JobEnvironmentConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails
    Environment configuration to capture job runtime dependencies.
    JobInfrastructureConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    MinimumSuccessReplicas int
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    Replicas int
    The number of nodes.
    name String
    node group name.
    jobConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails
    The job configuration details
    jobEnvironmentConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    minimumSuccessReplicas Integer
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    replicas Integer
    The number of nodes.
    name string
    node group name.
    jobConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails
    The job configuration details
    jobEnvironmentConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    minimumSuccessReplicas number
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    replicas number
    The number of nodes.
    name str
    node group name.
    job_configuration_details JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails
    The job configuration details
    job_environment_configuration_details JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails
    Environment configuration to capture job runtime dependencies.
    job_infrastructure_configuration_details JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails
    The job infrastructure configuration details (shape, block storage, etc.)
    minimum_success_replicas int
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    replicas int
    The number of nodes.
    name String
    node group name.
    jobConfigurationDetails Property Map
    The job configuration details
    jobEnvironmentConfigurationDetails Property Map
    Environment configuration to capture job runtime dependencies.
    jobInfrastructureConfigurationDetails Property Map
    The job infrastructure configuration details (shape, block storage, etc.)
    minimumSuccessReplicas Number
    The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
    replicas Number
    The number of nodes.

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetails, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsArgs

    JobType string
    The type of job.
    CommandLineArguments string
    The arguments to pass to the job.
    EnvironmentVariables Dictionary<string, string>
    Environment variables to set for the job.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    StartupProbeDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    JobType string
    The type of job.
    CommandLineArguments string
    The arguments to pass to the job.
    EnvironmentVariables map[string]string
    Environment variables to set for the job.
    MaximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    StartupProbeDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType String
    The type of job.
    commandLineArguments String
    The arguments to pass to the job.
    environmentVariables Map<String,String>
    Environment variables to set for the job.
    maximumRuntimeInMinutes String
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType string
    The type of job.
    commandLineArguments string
    The arguments to pass to the job.
    environmentVariables {[key: string]: string}
    Environment variables to set for the job.
    maximumRuntimeInMinutes string
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    job_type str
    The type of job.
    command_line_arguments str
    The arguments to pass to the job.
    environment_variables Mapping[str, str]
    Environment variables to set for the job.
    maximum_runtime_in_minutes str
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startup_probe_details JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails
    The probe indicates whether the application within the job run has started.
    jobType String
    The type of job.
    commandLineArguments String
    The arguments to pass to the job.
    environmentVariables Map<String>
    Environment variables to set for the job.
    maximumRuntimeInMinutes String
    A time bound for the execution of the job. Timer starts when the job becomes active.
    startupProbeDetails Property Map
    The probe indicates whether the application within the job run has started.

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetails, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobConfigurationDetailsStartupProbeDetailsArgs

    Commands List<string>
    The commands to run in the target job run to perform the startup probe
    JobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    FailureThreshold int
    How many times the job will try before giving up when a probe fails.
    InitialDelayInSeconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    PeriodInSeconds int
    Number of seconds how often the job run should perform a startup probe
    Commands []string
    The commands to run in the target job run to perform the startup probe
    JobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    FailureThreshold int
    How many times the job will try before giving up when a probe fails.
    InitialDelayInSeconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    PeriodInSeconds int
    Number of seconds how often the job run should perform a startup probe
    commands List<String>
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType String
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold Integer
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds Integer
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds Integer
    Number of seconds how often the job run should perform a startup probe
    commands string[]
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType string
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold number
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds number
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds number
    Number of seconds how often the job run should perform a startup probe
    commands Sequence[str]
    The commands to run in the target job run to perform the startup probe
    job_probe_check_type str
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failure_threshold int
    How many times the job will try before giving up when a probe fails.
    initial_delay_in_seconds int
    Number of seconds after the job run has started before a startup probe is initiated.
    period_in_seconds int
    Number of seconds how often the job run should perform a startup probe
    commands List<String>
    The commands to run in the target job run to perform the startup probe
    jobProbeCheckType String
    The probe check type to perform the startup probe and specifies the type of health check for a job.
    failureThreshold Number
    How many times the job will try before giving up when a probe fails.
    initialDelayInSeconds Number
    Number of seconds after the job run has started before a startup probe is initiated.
    periodInSeconds Number
    Number of seconds how often the job run should perform a startup probe

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetails, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetailsArgs

    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    JobEnvironmentType string
    The environment configuration type used for job runtime.
    Cmds List<string>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    Entrypoints List<string>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    Image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    JobEnvironmentType string
    The environment configuration type used for job runtime.
    Cmds []string
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    Entrypoints []string
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    ImageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    ImageSignatureId string
    OCID of the container image signature
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType String
    The environment configuration type used for job runtime.
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature
    image string
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType string
    The environment configuration type used for job runtime.
    cmds string[]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints string[]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest string
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId string
    OCID of the container image signature
    image str
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    job_environment_type str
    The environment configuration type used for job runtime.
    cmds Sequence[str]
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints Sequence[str]
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    image_digest str
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    image_signature_id str
    OCID of the container image signature
    image String
    The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag> <region>.ocir.io/<registry>/<image>:<tag>@digest
    jobEnvironmentType String
    The environment configuration type used for job runtime.
    cmds List<String>
    The container image run CMD as a list of strings. Use CMD as arguments to the ENTRYPOINT or the only command to run in the absence of an ENTRYPOINT. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes.
    entrypoints List<String>
    The container image run ENTRYPOINT as a list of strings. Accept the CMD as extra arguments. The combined size of CMD and ENTRYPOINT must be less than 2048 bytes. More information on how CMD and ENTRYPOINT interact are here.
    imageDigest String
    The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
    imageSignatureId String
    OCID of the container image signature

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetails, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsArgs

    JobInfrastructureType string
    The infrastructure type used for job run.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobShapeConfigDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    JobInfrastructureType string
    The infrastructure type used for job run.
    BlockStorageSizeInGbs int
    The size of the block storage volume to attach to the instance running the job
    JobShapeConfigDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    ShapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    SubnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    blockStorageSizeInGbs Integer
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType string
    The infrastructure type used for job run.
    blockStorageSizeInGbs number
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName string
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId string
    The subnet to create a secondary vnic in to attach to the instance running the job
    job_infrastructure_type str
    The infrastructure type used for job run.
    block_storage_size_in_gbs int
    The size of the block storage volume to attach to the instance running the job
    job_shape_config_details JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shape_name str
    The name that corresponds to the JobShapeSummary to use for the job node
    subnet_id str
    The subnet to create a secondary vnic in to attach to the instance running the job
    jobInfrastructureType String
    The infrastructure type used for job run.
    blockStorageSizeInGbs Number
    The size of the block storage volume to attach to the instance running the job
    jobShapeConfigDetails Property Map
    Details for the job run shape configuration. Specify only when a flex shape is selected.
    shapeName String
    The name that corresponds to the JobShapeSummary to use for the job node
    subnetId String
    The subnet to create a secondary vnic in to attach to the instance running the job

    JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetails, JobRunJobNodeConfigurationOverrideDetailsJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailsJobShapeConfigDetailsArgs

    MemoryInGbs double
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus double
    The total number of OCPUs available to the job run instance.
    MemoryInGbs float64
    The total amount of memory available to the job run instance, in gigabytes.
    Ocpus float64
    The total number of OCPUs available to the job run instance.
    memoryInGbs Double
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Double
    The total number of OCPUs available to the job run instance.
    memoryInGbs number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus number
    The total number of OCPUs available to the job run instance.
    memory_in_gbs float
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus float
    The total number of OCPUs available to the job run instance.
    memoryInGbs Number
    The total amount of memory available to the job run instance, in gigabytes.
    ocpus Number
    The total number of OCPUs available to the job run instance.

    JobRunJobStorageMountConfigurationDetailsList, JobRunJobStorageMountConfigurationDetailsListArgs

    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    Bucket string
    The object storage bucket
    DestinationDirectoryName string
    The local directory name to be mounted
    DestinationPath string
    The local path of the mounted directory, excluding directory name.
    ExportId string
    OCID of the export
    MountTargetId string
    OCID of the mount target
    Namespace string
    The object storage namespace
    Prefix string
    Prefix in the bucket to mount
    StorageType string
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.
    bucket string
    The object storage bucket
    destinationDirectoryName string
    The local directory name to be mounted
    destinationPath string
    The local path of the mounted directory, excluding directory name.
    exportId string
    OCID of the export
    mountTargetId string
    OCID of the mount target
    namespace string
    The object storage namespace
    prefix string
    Prefix in the bucket to mount
    storageType string
    The type of storage.
    bucket str
    The object storage bucket
    destination_directory_name str
    The local directory name to be mounted
    destination_path str
    The local path of the mounted directory, excluding directory name.
    export_id str
    OCID of the export
    mount_target_id str
    OCID of the mount target
    namespace str
    The object storage namespace
    prefix str
    Prefix in the bucket to mount
    storage_type str
    The type of storage.
    bucket String
    The object storage bucket
    destinationDirectoryName String
    The local directory name to be mounted
    destinationPath String
    The local path of the mounted directory, excluding directory name.
    exportId String
    OCID of the export
    mountTargetId String
    OCID of the mount target
    namespace String
    The object storage namespace
    prefix String
    Prefix in the bucket to mount
    storageType String
    The type of storage.

    JobRunLogDetail, JobRunLogDetailArgs

    LogGroupId string
    The log group id for where log objects will be for job runs.
    LogId string
    The log id of the log object the job run logs will be shipped to.
    LogGroupId string
    The log group id for where log objects will be for job runs.
    LogId string
    The log id of the log object the job run logs will be shipped to.
    logGroupId String
    The log group id for where log objects will be for job runs.
    logId String
    The log id of the log object the job run logs will be shipped to.
    logGroupId string
    The log group id for where log objects will be for job runs.
    logId string
    The log id of the log object the job run logs will be shipped to.
    log_group_id str
    The log group id for where log objects will be for job runs.
    log_id str
    The log id of the log object the job run logs will be shipped to.
    logGroupId String
    The log group id for where log objects will be for job runs.
    logId String
    The log id of the log object the job run logs will be shipped to.

    JobRunNodeGroupDetailsList, JobRunNodeGroupDetailsListArgs

    LifecycleDetails string
    The state details of the node group.
    Name string
    node group name.
    State string
    The state of the job run.
    LifecycleDetails string
    The state details of the node group.
    Name string
    node group name.
    State string
    The state of the job run.
    lifecycleDetails String
    The state details of the node group.
    name String
    node group name.
    state String
    The state of the job run.
    lifecycleDetails string
    The state details of the node group.
    name string
    node group name.
    state string
    The state of the job run.
    lifecycle_details str
    The state details of the node group.
    name str
    node group name.
    state str
    The state of the job run.
    lifecycleDetails String
    The state details of the node group.
    name String
    node group name.
    state String
    The state of the job run.

    Import

    JobRuns can be imported using the id, e.g.

    $ pulumi import oci:DataScience/jobRun:JobRun test_job_run "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.
    oci logo
    Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi