Class UpdateModelConfigurationDetails
The model configuration details for update.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class UpdateModelConfigurationDetails
Properties
BandwidthMbps
Declaration
[JsonProperty(PropertyName = "bandwidthMbps")]
public int? BandwidthMbps { get; set; }
Property Value
Type | Description |
---|---|
int? | The minimum network bandwidth for the model deployment. |
InstanceConfiguration
Declaration
[JsonProperty(PropertyName = "instanceConfiguration")]
public InstanceConfiguration InstanceConfiguration { get; set; }
Property Value
Type | Description |
---|---|
InstanceConfiguration |
MaximumBandwidthMbps
Declaration
[JsonProperty(PropertyName = "maximumBandwidthMbps")]
public int? MaximumBandwidthMbps { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum network bandwidth for the model deployment. |
ModelId
Declaration
[Required(ErrorMessage = "ModelId is required.")]
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the model you want to update. |
Remarks
Required
ScalingPolicy
Declaration
[JsonProperty(PropertyName = "scalingPolicy")]
public ScalingPolicy ScalingPolicy { get; set; }
Property Value
Type | Description |
---|---|
ScalingPolicy |