ManagedComputeClusterModelDeploymentResourceConfiguration

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

Bases: object

Resource 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_configuration Gets 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_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