CreateJobRunDetails

class oci.data_science.models.CreateJobRunDetails(**kwargs)

Bases: object

Parameters needed to create a new job run.

Methods

__init__(**kwargs) Initializes a new CreateJobRunDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CreateJobRunDetails.
defined_tags Gets the defined_tags of this CreateJobRunDetails.
display_name Gets the display_name of this CreateJobRunDetails.
freeform_tags Gets the freeform_tags of this CreateJobRunDetails.
job_configuration_override_details Gets the job_configuration_override_details of this CreateJobRunDetails.
job_environment_configuration_override_details Gets the job_environment_configuration_override_details of this CreateJobRunDetails.
job_id [Required] Gets the job_id of this CreateJobRunDetails.
job_log_configuration_override_details Gets the job_log_configuration_override_details of this CreateJobRunDetails.
project_id [Required] Gets the project_id of this CreateJobRunDetails.
__init__(**kwargs)

Initializes a new CreateJobRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • project_id (str) – The value to assign to the project_id property of this CreateJobRunDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateJobRunDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateJobRunDetails.
  • job_id (str) – The value to assign to the job_id property of this CreateJobRunDetails.
  • job_configuration_override_details (oci.data_science.models.JobConfigurationDetails) – The value to assign to the job_configuration_override_details property of this CreateJobRunDetails.
  • job_log_configuration_override_details (oci.data_science.models.JobLogConfigurationDetails) – The value to assign to the job_log_configuration_override_details property of this CreateJobRunDetails.
  • job_environment_configuration_override_details (oci.data_science.models.JobEnvironmentConfigurationDetails) – The value to assign to the job_environment_configuration_override_details property of this CreateJobRunDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateJobRunDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateJobRunDetails.
compartment_id

[Required] Gets the compartment_id of this CreateJobRunDetails. The OCID of the compartment where you want to create the job.

Returns:The compartment_id of this CreateJobRunDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateJobRunDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateJobRunDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateJobRunDetails. A user-friendly display name for the resource.

Returns:The display_name of this CreateJobRunDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateJobRunDetails. 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”}

Returns:The freeform_tags of this CreateJobRunDetails.
Return type:dict(str, str)
job_configuration_override_details

Gets the job_configuration_override_details of this CreateJobRunDetails.

Returns:The job_configuration_override_details of this CreateJobRunDetails.
Return type:oci.data_science.models.JobConfigurationDetails
job_environment_configuration_override_details

Gets the job_environment_configuration_override_details of this CreateJobRunDetails.

Returns:The job_environment_configuration_override_details of this CreateJobRunDetails.
Return type:oci.data_science.models.JobEnvironmentConfigurationDetails
job_id

[Required] Gets the job_id of this CreateJobRunDetails. The OCID of the job to create a run for.

Returns:The job_id of this CreateJobRunDetails.
Return type:str
job_log_configuration_override_details

Gets the job_log_configuration_override_details of this CreateJobRunDetails.

Returns:The job_log_configuration_override_details of this CreateJobRunDetails.
Return type:oci.data_science.models.JobLogConfigurationDetails
project_id

[Required] Gets the project_id of this CreateJobRunDetails. The OCID of the project to associate the job with.

Returns:The project_id of this CreateJobRunDetails.
Return type:str