Class ManagedComputeClusterModelDeploymentResourceConfiguration
Resource configuration details for model deploy on managed compute cluster type compute target.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterModelDeploymentResourceConfiguration
Properties
ResourceLimitConfiguration
Declaration
[JsonProperty(PropertyName = "resourceLimitConfiguration")]
public ResourceLimitConfiguration ResourceLimitConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceLimitConfiguration |
ResourceRequestConfiguration
Declaration
[Required(ErrorMessage = "ResourceRequestConfiguration is required.")]
[JsonProperty(PropertyName = "resourceRequestConfiguration")]
public ResourceRequestConfiguration ResourceRequestConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceRequestConfiguration |
Remarks
Required