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