Show / Hide Table of Contents

Class ModelDeploymentSystemData

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
[JsonConverter(typeof(ModelDeploymentSystemDataModelConverter))]
public class ModelDeploymentSystemData

Properties

ModelType

Declaration
[JsonProperty(PropertyName = "modelType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ModelDeploymentModelType? ModelType { get; set; }
Property Value
Type Description
ModelDeploymentModelType?

The type of the deployed model.

In this article
Back to top