Class UpdateModelGroupDeploymentConfigurationDetails
The model group type deployment for update.
Inheritance
UpdateModelGroupDeploymentConfigurationDetails
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class UpdateModelGroupDeploymentConfigurationDetails : UpdateModelDeploymentConfigurationDetails
Properties
EnvironmentConfigurationDetails
Declaration
[JsonProperty(PropertyName = "environmentConfigurationDetails")]
public UpdateModelDeploymentEnvironmentConfigurationDetails EnvironmentConfigurationDetails { get; set; }
Property Value
InfrastructureConfigurationDetails
Declaration
[JsonProperty(PropertyName = "infrastructureConfigurationDetails")]
public UpdateInfrastructureConfigurationDetails InfrastructureConfigurationDetails { get; set; }
Property Value
ModelGroupConfigurationDetails
Declaration
[JsonProperty(PropertyName = "modelGroupConfigurationDetails")]
public UpdateModelGroupConfigurationDetails ModelGroupConfigurationDetails { get; set; }
Property Value
UpdateType
Declaration
[JsonProperty(PropertyName = "updateType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateModelGroupDeploymentConfigurationDetails.UpdateTypeEnum? UpdateType { get; set; }
Property Value