add-instance-groups-ml-serving-app¶
- subtitle
Add instance group to an existing Cloudera AI Inference Service instance.
- version
0.9.159
Description¶
Add instance group to an existing Cloudera AI Inference Service instance.
Synopsis¶
add-instance-groups-ml-serving-app
--app-crn <value>
--instance-groups <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--app-crn (string)
The CRN of the Cloudera AI Inference Service instance to which the instance groups will be added.
--instance-groups (array)
The instance groups to be added to the Cloudera AI Inference Service instance.
JSON Syntax:
[
{
"instanceType": "string",
"instanceTier": "string",
"instanceCount": integer,
"name": "string",
"ingressRules": ["string", ...],
"rootVolume": {
"size": integer
},
"autoscaling": {
"minInstances": integer,
"maxInstances": integer,
"enabled": true|false
},
"accelerator": {
"type": "string",
"count": integer
},
"singleZone": true|false,
"aws": {
"capacityReservationId": "string",
"network": {
"subnets": ["string", ...]
}
}
}
...
]
--cli-input-json (string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton (boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json.
Output¶
Form Factors¶
public, private