EmptyJobInfrastructureConfigurationDetails

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

Bases: oci.data_science.models.job_infrastructure_configuration_details.JobInfrastructureConfigurationDetails

The Empty job infrastructure configuration.

Attributes

JOB_INFRASTRUCTURE_TYPE_EMPTY str(object=’’) -> str
JOB_INFRASTRUCTURE_TYPE_ME_STANDALONE str(object=’’) -> str
JOB_INFRASTRUCTURE_TYPE_MULTI_NODE str(object=’’) -> str
JOB_INFRASTRUCTURE_TYPE_STANDALONE str(object=’’) -> str
job_infrastructure_type [Required] Gets the job_infrastructure_type of this JobInfrastructureConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new EmptyJobInfrastructureConfigurationDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
JOB_INFRASTRUCTURE_TYPE_EMPTY = 'EMPTY'
JOB_INFRASTRUCTURE_TYPE_ME_STANDALONE = 'ME_STANDALONE'
JOB_INFRASTRUCTURE_TYPE_MULTI_NODE = 'MULTI_NODE'
JOB_INFRASTRUCTURE_TYPE_STANDALONE = 'STANDALONE'
__init__(**kwargs)

Initializes a new EmptyJobInfrastructureConfigurationDetails object with values from keyword arguments. The default value of the job_infrastructure_type attribute of this class is EMPTY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:job_infrastructure_type (str) – The value to assign to the job_infrastructure_type property of this EmptyJobInfrastructureConfigurationDetails. Allowed values for this property are: “STANDALONE”, “ME_STANDALONE”, “MULTI_NODE”, “EMPTY”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

job_infrastructure_type

[Required] Gets the job_infrastructure_type of this JobInfrastructureConfigurationDetails. The infrastructure type used for job run.

Allowed values for this property are: “STANDALONE”, “ME_STANDALONE”, “MULTI_NODE”, “EMPTY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The job_infrastructure_type of this JobInfrastructureConfigurationDetails.
Return type:str