Describing Cloudera AI Inference service instance
The describe command shows you all the detailed configuration information about a specific Cloudera AI Inference service, including which node groups are currently configured.
You can describe a Cloudera AI Inference service instance using the following
command:
$ cdp ml describe-ml-serving-app --app-crn [***APPLICATION-CRN***]
The following is a sample output from the above command, edited for
brevity:
{
"app": {
"cloudPlatform": "AZURE",
"appName": "serving-multi-gpu-az",
"appCrn": "[***APPLICATION-CRN***]",
"environmentCrn": "[***ENVIRONMENT_CRN***]",
"environmentName": "eng-ml-int-env-azure-v2",
"ownerEmail": "admin@example.com",
"mlServingVersion": "1.2.0-b69",
"isPrivateCluster": false,
"creationDate": "2024-09-03T18:57:16.288000+00:00",
"cluster": {
"clusterName": "ml-b0504a3f-bbc",
"domainName": "ml-b0504a3f-bbc.eng-ml-i.svbr-nqvp.int.cldr.work",
"liftieID": "liftie-vjyrtsfn",
"isPublic": false,
"ipAllowlist": "0.0.0.0/0",
"authorizedIpRangesAllowList": false,
"tags": [],
"instanceGroups": [
...
],
"clusterCrn": "crn:[***CLUSTER-CRN***]"
},
"status": "installation:finished",
"usePublicLoadBalancer": false,
"httpsEnabled": true,
"subnetsForLoadBalancers": []
}
}