Class ManagedComputeClusterModelDeployInfrastructureConfigDetails
Infrastructure configuration details for model deploy on managed compute cluster type compute target.
Inheritance
ManagedComputeClusterModelDeployInfrastructureConfigDetails
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterModelDeployInfrastructureConfigDetails : ModelDeployInfrastructureConfigurationDetails
Properties
ComputeTargetId
Declaration
[Required(ErrorMessage = "ComputeTargetId is required.")]
[JsonProperty(PropertyName = "computeTargetId")]
public string ComputeTargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of a Compute Target. |
Remarks
Required
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 |