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="2024-09-27T08:40:25.791-07:00")
public class ModifyMlServingAppRequest
extends Object
Request object for the ModifyMlServingApp method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for appCrn.Getter for instanceGroupName.Getter for instanceType.getMax()
Getter for max.getMin()
Getter for min.int
hashCode()
void
Setter for appCrn.void
setInstanceGroupName
(String instanceGroupName) Setter for instanceGroupName.void
setInstanceType
(String instanceType) Setter for instanceType.void
Setter for max.void
Setter 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 name of the instance group to be modified. -
setInstanceGroupName
Setter for instanceGroupName. The 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
-