Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DataScience.getJobRuns
Explore with Pulumi AI
This data source provides the list of Job Runs in Oracle Cloud Infrastructure Data Science service.
List out job runs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJobRuns = oci.DataScience.getJobRuns({
    compartmentId: compartmentId,
    createdBy: jobRunCreatedBy,
    displayName: jobRunDisplayName,
    id: jobRunId,
    jobId: testJob.id,
    state: jobRunState,
});
import pulumi
import pulumi_oci as oci
test_job_runs = oci.DataScience.get_job_runs(compartment_id=compartment_id,
    created_by=job_run_created_by,
    display_name=job_run_display_name,
    id=job_run_id,
    job_id=test_job["id"],
    state=job_run_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datascience.GetJobRuns(ctx, &datascience.GetJobRunsArgs{
			CompartmentId: compartmentId,
			CreatedBy:     pulumi.StringRef(jobRunCreatedBy),
			DisplayName:   pulumi.StringRef(jobRunDisplayName),
			Id:            pulumi.StringRef(jobRunId),
			JobId:         pulumi.StringRef(testJob.Id),
			State:         pulumi.StringRef(jobRunState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testJobRuns = Oci.DataScience.GetJobRuns.Invoke(new()
    {
        CompartmentId = compartmentId,
        CreatedBy = jobRunCreatedBy,
        DisplayName = jobRunDisplayName,
        Id = jobRunId,
        JobId = testJob.Id,
        State = jobRunState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetJobRunsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testJobRuns = DataScienceFunctions.getJobRuns(GetJobRunsArgs.builder()
            .compartmentId(compartmentId)
            .createdBy(jobRunCreatedBy)
            .displayName(jobRunDisplayName)
            .id(jobRunId)
            .jobId(testJob.id())
            .state(jobRunState)
            .build());
    }
}
variables:
  testJobRuns:
    fn::invoke:
      function: oci:DataScience:getJobRuns
      arguments:
        compartmentId: ${compartmentId}
        createdBy: ${jobRunCreatedBy}
        displayName: ${jobRunDisplayName}
        id: ${jobRunId}
        jobId: ${testJob.id}
        state: ${jobRunState}
Using getJobRuns
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJobRuns(args: GetJobRunsArgs, opts?: InvokeOptions): Promise<GetJobRunsResult>
function getJobRunsOutput(args: GetJobRunsOutputArgs, opts?: InvokeOptions): Output<GetJobRunsResult>def get_job_runs(compartment_id: Optional[str] = None,
                 created_by: Optional[str] = None,
                 display_name: Optional[str] = None,
                 filters: Optional[Sequence[GetJobRunsFilter]] = None,
                 id: Optional[str] = None,
                 job_id: Optional[str] = None,
                 state: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetJobRunsResult
def get_job_runs_output(compartment_id: Optional[pulumi.Input[str]] = None,
                 created_by: Optional[pulumi.Input[str]] = None,
                 display_name: Optional[pulumi.Input[str]] = None,
                 filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobRunsFilterArgs]]]] = None,
                 id: Optional[pulumi.Input[str]] = None,
                 job_id: Optional[pulumi.Input[str]] = None,
                 state: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetJobRunsResult]func GetJobRuns(ctx *Context, args *GetJobRunsArgs, opts ...InvokeOption) (*GetJobRunsResult, error)
func GetJobRunsOutput(ctx *Context, args *GetJobRunsOutputArgs, opts ...InvokeOption) GetJobRunsResultOutput> Note: This function is named GetJobRuns in the Go SDK.
public static class GetJobRuns 
{
    public static Task<GetJobRunsResult> InvokeAsync(GetJobRunsArgs args, InvokeOptions? opts = null)
    public static Output<GetJobRunsResult> Invoke(GetJobRunsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetJobRunsResult> getJobRuns(GetJobRunsArgs args, InvokeOptions options)
public static Output<GetJobRunsResult> getJobRuns(GetJobRunsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataScience/getJobRuns:getJobRuns
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- Filter results by the OCID of the compartment.
- CreatedBy string
- Filter results by the OCID of the user who created the resource.
- DisplayName string
- Filter results by its user-friendly name.
- Filters
List<GetJob Runs Filter> 
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- JobId string
- The OCID of the job.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- CompartmentId string
- Filter results by the OCID of the compartment.
- CreatedBy string
- Filter results by the OCID of the user who created the resource.
- DisplayName string
- Filter results by its user-friendly name.
- Filters
[]GetJob Runs Filter 
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- JobId string
- The OCID of the job.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartmentId String
- Filter results by the OCID of the compartment.
- createdBy String
- Filter results by the OCID of the user who created the resource.
- displayName String
- Filter results by its user-friendly name.
- filters
List<GetJob Runs Filter> 
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobId String
- The OCID of the job.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartmentId string
- Filter results by the OCID of the compartment.
- createdBy string
- Filter results by the OCID of the user who created the resource.
- displayName string
- Filter results by its user-friendly name.
- filters
GetJob Runs Filter[] 
- id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobId string
- The OCID of the job.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment_id str
- Filter results by the OCID of the compartment.
- created_by str
- Filter results by the OCID of the user who created the resource.
- display_name str
- Filter results by its user-friendly name.
- filters
Sequence[GetJob Runs Filter] 
- id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job_id str
- The OCID of the job.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartmentId String
- Filter results by the OCID of the compartment.
- createdBy String
- Filter results by the OCID of the user who created the resource.
- displayName String
- Filter results by its user-friendly name.
- filters List<Property Map>
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobId String
- The OCID of the job.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getJobRuns Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment where you want to create the job run.
- JobRuns List<GetJob Runs Job Run> 
- The list of job_runs.
- CreatedBy string
- The OCID of the user who created the job run.
- DisplayName string
- A user-friendly display name for the resource.
- Filters
List<GetJob Runs Filter> 
- Id string
- The OCID of the job run.
- JobId string
- The OCID of the job.
- State string
- The state of the job run.
- CompartmentId string
- The OCID of the compartment where you want to create the job run.
- JobRuns []GetJob Runs Job Run 
- The list of job_runs.
- CreatedBy string
- The OCID of the user who created the job run.
- DisplayName string
- A user-friendly display name for the resource.
- Filters
[]GetJob Runs Filter 
- Id string
- The OCID of the job run.
- JobId string
- The OCID of the job.
- State string
- The state of the job run.
- compartmentId String
- The OCID of the compartment where you want to create the job run.
- jobRuns List<GetJob Runs Job Run> 
- The list of job_runs.
- createdBy String
- The OCID of the user who created the job run.
- displayName String
- A user-friendly display name for the resource.
- filters
List<GetJob Runs Filter> 
- id String
- The OCID of the job run.
- jobId String
- The OCID of the job.
- state String
- The state of the job run.
- compartmentId string
- The OCID of the compartment where you want to create the job run.
- jobRuns GetJob Runs Job Run[] 
- The list of job_runs.
- createdBy string
- The OCID of the user who created the job run.
- displayName string
- A user-friendly display name for the resource.
- filters
GetJob Runs Filter[] 
- id string
- The OCID of the job run.
- jobId string
- The OCID of the job.
- state string
- The state of the job run.
- compartment_id str
- The OCID of the compartment where you want to create the job run.
- job_runs Sequence[GetJob Runs Job Run] 
- The list of job_runs.
- created_by str
- The OCID of the user who created the job run.
- display_name str
- A user-friendly display name for the resource.
- filters
Sequence[GetJob Runs Filter] 
- id str
- The OCID of the job run.
- job_id str
- The OCID of the job.
- state str
- The state of the job run.
- compartmentId String
- The OCID of the compartment where you want to create the job run.
- jobRuns List<Property Map>
- The list of job_runs.
- createdBy String
- The OCID of the user who created the job run.
- displayName String
- A user-friendly display name for the resource.
- filters List<Property Map>
- id String
- The OCID of the job run.
- jobId String
- The OCID of the job.
- state String
- The state of the job run.
Supporting Types
GetJobRunsFilter   
GetJobRunsJobRun    
- Asynchronous bool
- CompartmentId string
- Filter results by the OCID of the compartment.
- CreatedBy string
- Filter results by the OCID of the user who created the resource.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- JobConfiguration List<GetOverride Details Job Runs Job Run Job Configuration Override Detail> 
- The job configuration details
- JobEnvironment List<GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail> 
- Environment configuration to capture job runtime dependencies.
- JobId string
- The OCID of the job.
- JobInfrastructure List<GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail> 
- The job infrastructure configuration details (shape, block storage, etc.)
- JobLog List<GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail> 
- Logging configuration for resource.
- JobStorage List<GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List> 
- Collection of JobStorageMountConfigurationDetails.
- LifecycleDetails string
- Details of the state of the job run.
- LogDetails List<GetJob Runs Job Run Log Detail> 
- Customer logging details for job run.
- OpcParent stringRpt Url 
- ProjectId string
- The OCID of the project to associate the job run with.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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
- CompartmentId string
- Filter results by the OCID of the compartment.
- CreatedBy string
- Filter results by the OCID of the user who created the resource.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- JobConfiguration []GetOverride Details Job Runs Job Run Job Configuration Override Detail 
- The job configuration details
- JobEnvironment []GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail 
- Environment configuration to capture job runtime dependencies.
- JobId string
- The OCID of the job.
- JobInfrastructure []GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail 
- The job infrastructure configuration details (shape, block storage, etc.)
- JobLog []GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail 
- Logging configuration for resource.
- JobStorage []GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List 
- Collection of JobStorageMountConfigurationDetails.
- LifecycleDetails string
- Details of the state of the job run.
- LogDetails []GetJob Runs Job Run Log Detail 
- Customer logging details for job run.
- OpcParent stringRpt Url 
- ProjectId string
- The OCID of the project to associate the job run with.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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
- compartmentId String
- Filter results by the OCID of the compartment.
- createdBy String
- Filter results by the OCID of the user who created the resource.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobConfiguration List<GetOverride Details Job Runs Job Run Job Configuration Override Detail> 
- The job configuration details
- jobEnvironment List<GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail> 
- Environment configuration to capture job runtime dependencies.
- jobId String
- The OCID of the job.
- jobInfrastructure List<GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail> 
- The job infrastructure configuration details (shape, block storage, etc.)
- jobLog List<GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail> 
- Logging configuration for resource.
- jobStorage List<GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List> 
- Collection of JobStorageMountConfigurationDetails.
- lifecycleDetails String
- Details of the state of the job run.
- logDetails List<GetJob Runs Job Run Log Detail> 
- Customer logging details for job run.
- opcParent StringRpt Url 
- projectId String
- The OCID of the project to associate the job run with.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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
- compartmentId string
- Filter results by the OCID of the compartment.
- createdBy string
- Filter results by the OCID of the user who created the resource.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobConfiguration GetOverride Details Job Runs Job Run Job Configuration Override Detail[] 
- The job configuration details
- jobEnvironment GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail[] 
- Environment configuration to capture job runtime dependencies.
- jobId string
- The OCID of the job.
- jobInfrastructure GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail[] 
- The job infrastructure configuration details (shape, block storage, etc.)
- jobLog GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail[] 
- Logging configuration for resource.
- jobStorage GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List[] 
- Collection of JobStorageMountConfigurationDetails.
- lifecycleDetails string
- Details of the state of the job run.
- logDetails GetJob Runs Job Run Log Detail[] 
- Customer logging details for job run.
- opcParent stringRpt Url 
- projectId string
- The OCID of the project to associate the job run with.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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
- compartment_id str
- Filter results by the OCID of the compartment.
- created_by str
- Filter results by the OCID of the user who created the resource.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job_configuration_ Sequence[Getoverride_ details Job Runs Job Run Job Configuration Override Detail] 
- The job configuration details
- job_environment_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Environment Configuration Override Detail] 
- Environment configuration to capture job runtime dependencies.
- job_id str
- The OCID of the job.
- job_infrastructure_ Sequence[Getconfiguration_ details Job Runs Job Run Job Infrastructure Configuration Detail] 
- The job infrastructure configuration details (shape, block storage, etc.)
- job_log_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Log Configuration Override Detail] 
- Logging configuration for resource.
- job_storage_ Sequence[Getmount_ configuration_ details_ lists Job Runs Job Run Job Storage Mount Configuration Details List] 
- Collection of JobStorageMountConfigurationDetails.
- lifecycle_details str
- Details of the state of the job run.
- log_details Sequence[GetJob Runs Job Run Log Detail] 
- Customer logging details for job run.
- opc_parent_ strrpt_ url 
- project_id str
- The OCID of the project to associate the job run with.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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
- compartmentId String
- Filter results by the OCID of the compartment.
- createdBy String
- Filter results by the OCID of the user who created the resource.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- jobConfiguration List<Property Map>Override Details 
- The job configuration details
- jobEnvironment List<Property Map>Configuration Override Details 
- Environment configuration to capture job runtime dependencies.
- jobId String
- The OCID of the job.
- jobInfrastructure List<Property Map>Configuration Details 
- The job infrastructure configuration details (shape, block storage, etc.)
- jobLog List<Property Map>Configuration Override Details 
- Logging configuration for resource.
- jobStorage List<Property Map>Mount Configuration Details Lists 
- Collection of JobStorageMountConfigurationDetails.
- lifecycleDetails String
- Details of the state of the job run.
- logDetails List<Property Map>
- Customer logging details for job run.
- opcParent StringRpt Url 
- projectId String
- The OCID of the project to associate the job run with.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- 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.
GetJobRunsJobRunJobConfigurationOverrideDetail        
- CommandLine stringArguments 
- The arguments to pass to the job.
- EnvironmentVariables Dictionary<string, string>
- Environment variables to set for the job.
- JobType string
- The type of job.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
- CommandLine stringArguments 
- The arguments to pass to the job.
- EnvironmentVariables map[string]string
- Environment variables to set for the job.
- JobType string
- The type of job.
- MaximumRuntime stringIn Minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
- commandLine StringArguments 
- The arguments to pass to the job.
- environmentVariables Map<String,String>
- Environment variables to set for the job.
- jobType String
- The type of job.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
- commandLine stringArguments 
- The arguments to pass to the job.
- environmentVariables {[key: string]: string}
- Environment variables to set for the job.
- jobType string
- The type of job.
- maximumRuntime stringIn Minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
- command_line_ strarguments 
- The arguments to pass to the job.
- environment_variables Mapping[str, str]
- Environment variables to set for the job.
- job_type str
- The type of job.
- maximum_runtime_ strin_ minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
- commandLine StringArguments 
- The arguments to pass to the job.
- environmentVariables Map<String>
- Environment variables to set for the job.
- jobType String
- The type of job.
- maximumRuntime StringIn Minutes 
- A time bound for the execution of the job. Timer starts when the job becomes active.
GetJobRunsJobRunJobEnvironmentConfigurationOverrideDetail         
- Cmds List<string>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- JobEnvironment stringType 
- The environment configuration type used for job runtime.
- Cmds []string
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- ImageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- ImageSignature stringId 
- OCID of the container image signature
- JobEnvironment stringType 
- The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
- jobEnvironment StringType 
- The environment configuration type used for job runtime.
- cmds string[]
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- imageDigest string
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature stringId 
- OCID of the container image signature
- jobEnvironment stringType 
- The environment configuration type used for job runtime.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- image_digest str
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_signature_ strid 
- OCID of the container image signature
- job_environment_ strtype 
- The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use CMDas arguments to theENTRYPOINTor the only command to run in the absence of anENTRYPOINT. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the CMDas extra arguments. The combined size ofCMDandENTRYPOINTmust be less than 2048 bytes. More information on howCMDandENTRYPOINTinteract are here.
- 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
- imageDigest String
- The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- imageSignature StringId 
- OCID of the container image signature
- jobEnvironment StringType 
- The environment configuration type used for job runtime.
GetJobRunsJobRunJobInfrastructureConfigurationDetail        
- BlockStorage intSize In Gbs 
- The size of the block storage volume to attach to the instance running the job
- JobInfrastructure stringType 
- The infrastructure type used for job run.
- JobShape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail> 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- ShapeName string
- The shape used to launch the job run instances.
- SubnetId string
- The subnet to create a secondary vnic in to attach to the instance running the job
- BlockStorage intSize In Gbs 
- The size of the block storage volume to attach to the instance running the job
- JobInfrastructure stringType 
- The infrastructure type used for job run.
- JobShape []GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- ShapeName string
- The shape used to launch the job run instances.
- SubnetId string
- The subnet to create a secondary vnic in to attach to the instance running the job
- blockStorage IntegerSize In Gbs 
- The size of the block storage volume to attach to the instance running the job
- jobInfrastructure StringType 
- The infrastructure type used for job run.
- jobShape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail> 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- shapeName String
- The shape used to launch the job run instances.
- subnetId String
- The subnet to create a secondary vnic in to attach to the instance running the job
- blockStorage numberSize In Gbs 
- The size of the block storage volume to attach to the instance running the job
- jobInfrastructure stringType 
- The infrastructure type used for job run.
- jobShape GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail[] 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- shapeName string
- The shape used to launch the job run instances.
- subnetId string
- The subnet to create a secondary vnic in to attach to the instance running the job
- block_storage_ intsize_ in_ gbs 
- The size of the block storage volume to attach to the instance running the job
- job_infrastructure_ strtype 
- The infrastructure type used for job run.
- job_shape_ Sequence[Getconfig_ details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail] 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape_name str
- The shape used to launch the job run instances.
- subnet_id str
- The subnet to create a secondary vnic in to attach to the instance running the job
- blockStorage NumberSize In Gbs 
- The size of the block storage volume to attach to the instance running the job
- jobInfrastructure StringType 
- The infrastructure type used for job run.
- jobShape List<Property Map>Config Details 
- Details for the job run shape configuration. Specify only when a flex shape is selected.
- shapeName String
- The shape used to launch the job run instances.
- subnetId String
- The subnet to create a secondary vnic in to attach to the instance running the job
GetJobRunsJobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail            
- MemoryIn doubleGbs 
- 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.
- MemoryIn float64Gbs 
- 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.
- memoryIn DoubleGbs 
- 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.
- memoryIn numberGbs 
- 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_ floatgbs 
- 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.
- memoryIn NumberGbs 
- 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.
GetJobRunsJobRunJobLogConfigurationOverrideDetail         
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for job runs.
- EnableLogging bool
- If customer logging is enabled for job runs.
- LogGroup stringId 
- 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.
- EnableAuto boolLog Creation 
- If automatic on-behalf-of log object creation is enabled for job runs.
- EnableLogging bool
- If customer logging is enabled for job runs.
- LogGroup stringId 
- 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.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for job runs.
- enableLogging Boolean
- If customer logging is enabled for job runs.
- logGroup StringId 
- 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.
- enableAuto booleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for job runs.
- enableLogging boolean
- If customer logging is enabled for job runs.
- logGroup stringId 
- 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.
- enable_auto_ boollog_ creation 
- 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_ strid 
- 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.
- enableAuto BooleanLog Creation 
- If automatic on-behalf-of log object creation is enabled for job runs.
- enableLogging Boolean
- If customer logging is enabled for job runs.
- logGroup StringId 
- 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.
GetJobRunsJobRunJobStorageMountConfigurationDetailsList          
- Bucket string
- The object storage bucket
- DestinationDirectory stringName 
- 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
- MountTarget stringId 
- 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
- DestinationDirectory stringName 
- 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
- MountTarget stringId 
- 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
- destinationDirectory StringName 
- 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
- mountTarget StringId 
- 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
- destinationDirectory stringName 
- 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
- mountTarget stringId 
- 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_ strname 
- 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_ strid 
- 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
- destinationDirectory StringName 
- 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
- mountTarget StringId 
- 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.
GetJobRunsJobRunLogDetail      
- LogGroup stringId 
- 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.
- LogGroup stringId 
- 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.
- logGroup StringId 
- 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.
- logGroup stringId 
- 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_ strid 
- 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.
- logGroup StringId 
- 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.