ManagedComputeClusterJobResourceConfiguration¶
-
class
oci.data_science.models.ManagedComputeClusterJobResourceConfiguration(**kwargs)¶ Bases:
objectDetails for the compute target job resource configuration.
Methods
__init__(**kwargs)Initializes a new ManagedComputeClusterJobResourceConfiguration object with values from keyword arguments. Attributes
resource_limit_configurationGets the resource_limit_configuration of this ManagedComputeClusterJobResourceConfiguration. resource_request_configuration[Required] Gets the resource_request_configuration of this ManagedComputeClusterJobResourceConfiguration. -
__init__(**kwargs)¶ Initializes a new ManagedComputeClusterJobResourceConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_limit_configuration (oci.data_science.models.ResourceLimitConfiguration) – The value to assign to the resource_limit_configuration property of this ManagedComputeClusterJobResourceConfiguration.
- resource_request_configuration (oci.data_science.models.ResourceRequestConfiguration) – The value to assign to the resource_request_configuration property of this ManagedComputeClusterJobResourceConfiguration.
-
resource_limit_configuration¶ Gets the resource_limit_configuration of this ManagedComputeClusterJobResourceConfiguration.
Returns: The resource_limit_configuration of this ManagedComputeClusterJobResourceConfiguration. Return type: oci.data_science.models.ResourceLimitConfiguration
-
resource_request_configuration¶ [Required] Gets the resource_request_configuration of this ManagedComputeClusterJobResourceConfiguration.
Returns: The resource_request_configuration of this ManagedComputeClusterJobResourceConfiguration. Return type: oci.data_science.models.ResourceRequestConfiguration
-