Package com.cloudera.cdp.ml.model
Class AddInstanceGroupsMlServingAppRequest
java.lang.Object
com.cloudera.cdp.ml.model.AddInstanceGroupsMlServingAppRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class AddInstanceGroupsMlServingAppRequest
extends Object
Request object for AddInstanceGroupsMlServingApp method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for appCrn.Getter for instanceGroups.int
hashCode()
void
Setter for appCrn.void
setInstanceGroups
(List<InstanceGroup> instanceGroups) Setter for instanceGroups.toString()
-
Constructor Details
-
AddInstanceGroupsMlServingAppRequest
public AddInstanceGroupsMlServingAppRequest()
-
-
Method Details
-
getAppCrn
Getter for appCrn. The CRN of the Cloudera AI Inference Service instance to which the instance groups will be added. -
setAppCrn
Setter for appCrn. The CRN of the Cloudera AI Inference Service instance to which the instance groups will be added. -
getInstanceGroups
Getter for instanceGroups. The instance groups to be added to the Cloudera AI Inference Service instance. -
setInstanceGroups
Setter for instanceGroups. The instance groups to be added to the Cloudera AI Inference Service instance. -
equals
-
hashCode
public int hashCode() -
toString
-