ManagedComputeClusterJobInfrastructureConfigurationDetails¶
-
class
oci.data_science.models.ManagedComputeClusterJobInfrastructureConfigurationDetails(**kwargs)¶ Bases:
oci.data_science.models.job_infrastructure_configuration_details.JobInfrastructureConfigurationDetailsThe job infrastructure configuration for compute target.
Attributes
JOB_INFRASTRUCTURE_TYPE_EMPTYstr(object=’’) -> str JOB_INFRASTRUCTURE_TYPE_MANAGED_COMPUTE_CLUSTERstr(object=’’) -> str JOB_INFRASTRUCTURE_TYPE_ME_STANDALONEstr(object=’’) -> str JOB_INFRASTRUCTURE_TYPE_MULTI_NODEstr(object=’’) -> str JOB_INFRASTRUCTURE_TYPE_STANDALONEstr(object=’’) -> str compute_target_id[Required] Gets the compute_target_id of this ManagedComputeClusterJobInfrastructureConfigurationDetails. job_infrastructure_type[Required] Gets the job_infrastructure_type of this JobInfrastructureConfigurationDetails. resource_configuration[Required] Gets the resource_configuration of this ManagedComputeClusterJobInfrastructureConfigurationDetails. Methods
__init__(**kwargs)Initializes a new ManagedComputeClusterJobInfrastructureConfigurationDetails 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_MANAGED_COMPUTE_CLUSTER= 'MANAGED_COMPUTE_CLUSTER'¶
-
JOB_INFRASTRUCTURE_TYPE_ME_STANDALONE= 'ME_STANDALONE'¶
-
JOB_INFRASTRUCTURE_TYPE_MULTI_NODE= 'MULTI_NODE'¶
-
JOB_INFRASTRUCTURE_TYPE_STANDALONE= 'STANDALONE'¶
-
__init__(**kwargs)¶ Initializes a new ManagedComputeClusterJobInfrastructureConfigurationDetails object with values from keyword arguments. The default value of the
job_infrastructure_typeattribute of this class isMANAGED_COMPUTE_CLUSTERand 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 ManagedComputeClusterJobInfrastructureConfigurationDetails. Allowed values for this property are: “STANDALONE”, “ME_STANDALONE”, “MULTI_NODE”, “EMPTY”, “MANAGED_COMPUTE_CLUSTER”
- compute_target_id (str) – The value to assign to the compute_target_id property of this ManagedComputeClusterJobInfrastructureConfigurationDetails.
- resource_configuration (oci.data_science.models.ManagedComputeClusterJobResourceConfiguration) – The value to assign to the resource_configuration property of this ManagedComputeClusterJobInfrastructureConfigurationDetails.
-
compute_target_id¶ [Required] Gets the compute_target_id of this ManagedComputeClusterJobInfrastructureConfigurationDetails. The OCID of the compute target.
Returns: The compute_target_id of this ManagedComputeClusterJobInfrastructureConfigurationDetails. Return type: str
-
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”, “MANAGED_COMPUTE_CLUSTER”, ‘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
-
resource_configuration¶ [Required] Gets the resource_configuration of this ManagedComputeClusterJobInfrastructureConfigurationDetails.
Returns: The resource_configuration of this ManagedComputeClusterJobInfrastructureConfigurationDetails. Return type: oci.data_science.models.ManagedComputeClusterJobResourceConfiguration
-