Show / Hide Table of Contents

Class ModelGroupDeploymentConfigurationDetails

The model group type deployment.

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

Properties

EnvironmentConfigurationDetails

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

InfrastructureConfigurationDetails

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

Required

ModelGroupConfigurationDetails

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

Required

In this article
Back to top