Package com.cloudera.cdp.ml.model
Class ModifyMlServingAppRequest
java.lang.Object
com.cloudera.cdp.ml.model.ModifyMlServingAppRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class ModifyMlServingAppRequest
extends Object
Request object for the ModifyMlServingApp method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for appCrn.Getter for instanceGroupName.Getter for instanceType.getMax()Getter for max.getMin()Getter for min.inthashCode()voidSetter for appCrn.voidsetInstanceGroupName(String instanceGroupName) Setter for instanceGroupName.voidsetInstanceType(String instanceType) Setter for instanceType.voidSetter for max.voidSetter for min.toString()
-
Constructor Details
-
ModifyMlServingAppRequest
public ModifyMlServingAppRequest()
-
-
Method Details
-
getAppCrn
Getter for appCrn. The CRN of the Cloudera AI Inference Service to be modified. -
setAppCrn
Setter for appCrn. The CRN of the Cloudera AI Inference Service to be modified. -
getInstanceGroupName
Getter for instanceGroupName. The system-assigned name of the instance group to be modified. -
setInstanceGroupName
Setter for instanceGroupName. The system-assigned name of the instance group to be modified. -
getMin
Getter for min. The desired minimum number of instances in the instance group. -
setMin
Setter for min. The desired minimum number of instances in the instance group. -
getMax
Getter for max. The desired maximum number of instances in the instance group. -
setMax
Setter for max. The desired maximum number of instances in the instance group. -
getInstanceType
Getter for instanceType. The desired instance type of the instance group. -
setInstanceType
Setter for instanceType. The desired instance type of the instance group. -
equals
-
hashCode
public int hashCode() -
toString
-