Show / Hide Table of Contents

Class ManagedComputeClusterModelDeployInfrastructureConfigDetails

Infrastructure configuration details for model deploy on managed compute cluster type compute target.

Inheritance
object
ModelDeployInfrastructureConfigurationDetails
ManagedComputeClusterModelDeployInfrastructureConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top