Describing Cloudera AI Inference service instance

The describe command shows you all the detailed configuration information about a specific Cloudera AI Inference service.

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": {
    "subnetsForLoadBalancer": [],
    "appName": "caii",
    "appCrn": "crn:cdp:ml:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:mlserving:2492905d-f08c-47bd-8d12-e856fd89a42c",
    "environmentCrn": "crn:altus:environments:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:environment:ecs-ufa8hj-1/cca3535e-4659-4817-9d65-e867a21aaf0d",
    "environmentName": "ecs-ufa8hj-1",
    "namespace": "",
    "ownerEmail": "admin@cloudera.com",
    "mlServingVersion": "1.4.0-b62",
    "isPrivateCluster": false,
    "creationDate": "1747127797531",
    "cluster": {
      "tags": [
        {
          "key": "ClusterType",
          "value": "PrivateCloud"
        }
      ],
      "instanceGroups": [],
      "clusterName": "ml-a903cdab-abc",
      "domainName": "ml-a903cdab-abc.apps.ecs-ufa8hj-1.vpc.cloudera.com",
      "liftieID": "",
      "isPublic": false,
      "ipAllowlist": "",
      "baseDomain": "",
      "subnets": "",
      "authorizedIpRanges": "",
      "authorizedIpRangesAllowList": false,
      "clusterCrn": "crn:altus:environments:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:environment:ecs-ufa8hj-1/cca3535e-4659-4817-9d65-e867a21aaf0d"
    },
    "status": "installation:finished",
    "usePublicLoadBalancer": false,
    "httpsEnabled": true,
    "cloudPlatform": "STANDARD",
    "loadBalancerIPWhitelists": "0.0.0.0/0"
  }
}