Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Class and Description |
---|---|
class |
AutoScalingPolicy
The scaling policy to enable autoscaling on the model deployment.
|
class |
FixedSizeScalingPolicy
The fixed size scaling policy.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
UpdateModelConfigurationDetails.getScalingPolicy() |
ScalingPolicy |
ModelConfigurationDetails.getScalingPolicy() |
Modifier and Type | Method and Description |
---|---|
UpdateModelConfigurationDetails.Builder |
UpdateModelConfigurationDetails.Builder.scalingPolicy(ScalingPolicy scalingPolicy) |
ModelConfigurationDetails.Builder |
ModelConfigurationDetails.Builder.scalingPolicy(ScalingPolicy scalingPolicy) |
Constructor and Description |
---|
ModelConfigurationDetails(String modelId,
InstanceConfiguration instanceConfiguration,
ScalingPolicy scalingPolicy,
Integer bandwidthMbps,
Integer maximumBandwidthMbps)
Deprecated.
|
UpdateModelConfigurationDetails(String modelId,
InstanceConfiguration instanceConfiguration,
ScalingPolicy scalingPolicy,
Integer bandwidthMbps,
Integer maximumBandwidthMbps)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.