Show / Hide Table of Contents

Class UpdateModelGroupDeploymentConfigurationDetails

The model group type deployment for update.

Inheritance
object
UpdateModelDeploymentConfigurationDetails
UpdateModelGroupDeploymentConfigurationDetails
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 UpdateModelGroupDeploymentConfigurationDetails : UpdateModelDeploymentConfigurationDetails

Properties

EnvironmentConfigurationDetails

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

InfrastructureConfigurationDetails

Declaration
[JsonProperty(PropertyName = "infrastructureConfigurationDetails")]
public UpdateInfrastructureConfigurationDetails InfrastructureConfigurationDetails { get; set; }
Property Value
Type Description
UpdateInfrastructureConfigurationDetails

ModelGroupConfigurationDetails

Declaration
[JsonProperty(PropertyName = "modelGroupConfigurationDetails")]
public UpdateModelGroupConfigurationDetails ModelGroupConfigurationDetails { get; set; }
Property Value
Type Description
UpdateModelGroupConfigurationDetails

UpdateType

Declaration
[JsonProperty(PropertyName = "updateType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateModelGroupDeploymentConfigurationDetails.UpdateTypeEnum? UpdateType { get; set; }
Property Value
Type Description
UpdateModelGroupDeploymentConfigurationDetails.UpdateTypeEnum?

The type of update operation.

In this article
Back to top