Listing Cloudera AI Inference service instances
You can list the Cloudera AI Inference service instances in your Cloudera tenant with the help of a command.
Use the following command to list Cloudera AI Inference service instances in your
Cloudera tenant, across all
environments:
$ cdp ml list-ml-serving-apps
A Cloudera AI Inference service instance that has been created successfully shall show the
status as
installation:finished
similar to the
following:{ "cloudPlatform": "AZURE", "appName": "serving-multi-gpu-az", "appCrn": "[***APPLICATION-CRN***]", "environmentCrn": "[***ENVIRONMENT-CRN***]", "environmentName": "eng-ml-env-azure-v2", "ownerEmail": "admin@example.com", "mlServingVersion": "1.2.0-b72", "isPrivateCluster": false, "creationDate": "2024-08-01T16:36:32.811000+00:00", "cluster": { "clusterName": "ml-92373b63-5f1", "domainName": "ml-92373b63-5f1.eng-ml-e.xcu2-8y8x.dev.cldr.work", "liftieID": "liftie-wqq856vz", "isPublic": false, "ipAllowlist": "0.0.0.0/0", "authorizedIpRangesAllowList": false, "tags": [], "instanceGroups": [], "clusterCrn": "[***CLUSTER-CRN***]" }, "status": "installation:finished", "usePublicLoadBalancer": false, "httpsEnabled": true, "subnetsForLoadBalancers": [] }