Show / Hide Table of Contents

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
object
UpdateModelDeployInfrastructureConfigurationDetails
UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails
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 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
In this article
Back to top