Uses of Class
com.oracle.bmc.datascience.model.ManagedComputeClusterWorkloadScalingPolicy
-
Packages that use ManagedComputeClusterWorkloadScalingPolicy Package Description com.oracle.bmc.datascience.model -
-
Uses of ManagedComputeClusterWorkloadScalingPolicy in com.oracle.bmc.datascience.model
Subclasses of ManagedComputeClusterWorkloadScalingPolicy in com.oracle.bmc.datascience.model Modifier and Type Class Description classManagedComputeClusterWorkloadAutoScalingPolicyThe scaling policy to enable autoscaling of workload on the managed compute cluster type compute target .classManagedComputeClusterWorkloadFixedSizeScalingPolicyThe fixed size scaling policy for workload scaling on managed compute cluster type compute target.Methods in com.oracle.bmc.datascience.model that return ManagedComputeClusterWorkloadScalingPolicy Modifier and Type Method Description ManagedComputeClusterWorkloadScalingPolicyManagedComputeClusterModelDeployInfrastructureConfigDetails. getScalingPolicy()ManagedComputeClusterWorkloadScalingPolicyUpdateManagedComputeClusterModelDeployInfrastructureConfigDetails. getScalingPolicy()Methods in com.oracle.bmc.datascience.model with parameters of type ManagedComputeClusterWorkloadScalingPolicy Modifier and Type Method Description ManagedComputeClusterModelDeployInfrastructureConfigDetails.BuilderManagedComputeClusterModelDeployInfrastructureConfigDetails.Builder. scalingPolicy(ManagedComputeClusterWorkloadScalingPolicy scalingPolicy)UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails.BuilderUpdateManagedComputeClusterModelDeployInfrastructureConfigDetails.Builder. scalingPolicy(ManagedComputeClusterWorkloadScalingPolicy scalingPolicy)Constructors in com.oracle.bmc.datascience.model with parameters of type ManagedComputeClusterWorkloadScalingPolicy Constructor Description ManagedComputeClusterModelDeployInfrastructureConfigDetails(String computeTargetId, ManagedComputeClusterModelDeploymentResourceConfiguration modelDeploymentResourceConfiguration, ManagedComputeClusterWorkloadScalingPolicy scalingPolicy)Deprecated.UpdateManagedComputeClusterModelDeployInfrastructureConfigDetails(String computeTargetId, ManagedComputeClusterModelDeploymentResourceConfiguration modelDeploymentResourceConfiguration, ManagedComputeClusterWorkloadScalingPolicy scalingPolicy)Deprecated.
-