Show / Hide Table of Contents

Class SingleModelDeploymentConfigurationDetails

The single model type deployment.

Inheritance
object
ModelDeploymentConfigurationDetails
SingleModelDeploymentConfigurationDetails
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 SingleModelDeploymentConfigurationDetails : ModelDeploymentConfigurationDetails

Properties

EnvironmentConfigurationDetails

Declaration
[JsonProperty(PropertyName = "environmentConfigurationDetails")]
public ModelDeploymentEnvironmentConfigurationDetails EnvironmentConfigurationDetails { get; set; }
Property Value
Type Description
ModelDeploymentEnvironmentConfigurationDetails

ModelConfigurationDetails

Declaration
[Required(ErrorMessage = "ModelConfigurationDetails is required.")]
[JsonProperty(PropertyName = "modelConfigurationDetails")]
public ModelConfigurationDetails ModelConfigurationDetails { get; set; }
Property Value
Type Description
ModelConfigurationDetails
Remarks

Required

In this article
Back to top