Show / Hide Table of Contents

Class ManagedComputeClusterModelDeploymentSystemData

Managed compute cluster type compute target based model deployment system data.

Inheritance
object
ModelDeploymentSystemData
ManagedComputeClusterModelDeploymentSystemData
Inherited Members
ModelDeploymentSystemData.ModelType
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 ManagedComputeClusterModelDeploymentSystemData : ModelDeploymentSystemData

Properties

CurrentInstanceCount

Declaration
[JsonProperty(PropertyName = "currentInstanceCount")]
public int? CurrentInstanceCount { get; set; }
Property Value
Type Description
int?

This value is the current count of the model deployment instances.

In this article
Back to top