Show / Hide Table of Contents

Class InstancePoolModelDeploymentSystemData

Instance pool based model deployment system data.

Inheritance
object
ModelDeploymentSystemData
InstancePoolModelDeploymentSystemData
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 InstancePoolModelDeploymentSystemData : 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