Class UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails
Infrastructure configuration details for updating a model deploy of managed compute cluster type compute target.
You can update the modelDeploymentResourceConfiguration and scalingPolicy properties.
Inheritance
UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails : UpdateModelDeployInfrastructureConfigurationDetails
Properties
ComputeTargetId
Declaration
[JsonProperty(PropertyName = "computeTargetId")]
public string ComputeTargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of a Compute Target. |
ModelDeploymentResourceConfiguration
Declaration
[JsonProperty(PropertyName = "modelDeploymentResourceConfiguration")]
public ManagedComputeClusterModelDeploymentResourceConfiguration ModelDeploymentResourceConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagedComputeClusterModelDeploymentResourceConfiguration |
ScalingPolicy
Declaration
[JsonProperty(PropertyName = "scalingPolicy")]
public ManagedComputeClusterWorkloadScalingPolicy ScalingPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagedComputeClusterWorkloadScalingPolicy |