describe-ml-serving-app¶
- subtitle
Describe Cloudera AI Inference Service instance.
- version
0.9.126
Description¶
Describe Cloudera AI Inference Service instance.
Synopsis¶
describe-ml-serving-app
--app-crn <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--app-crn
(string)
The CRN of the Cloudera AI Inference Service.
--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¶
app -> (object)
The Cloudera AI Inference Service instance.
cloudPlatform -> (string)
The cloud platform of the environment that was used to create this instance.
appName -> (string)
The name of the Cloudera AI Inference Service instance.
appCrn -> (string)
The CRN of the Cloudera AI Inference Service instance.
environmentCrn -> (string)
The CRN of the environment.
environmentName -> (string)
The name of the environment.
namespace -> (string)
The namespace used for this service.
ownerEmail -> (string)
The email of the user who created this service.
mlServingVersion -> (string)
The Cloudera AI Inference Service version running on this instance.
isPrivateCluster -> (boolean)
Is this service installed on a private cluster.
creationDate -> (datetime)
Creation date of Cloudera AI Inference Service instance.
cluster -> (object)
The Kubernetes cluster information
clusterName -> (string)
The name of the Kubernetes cluster.
domainName -> (string)
The domain name for the cluster.
liftieID -> (string)
The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster.
isPublic -> (boolean)
Indicates if this cluster is accepting incoming connection from public internet.
ipAllowlist -> (string)
The allow list of IPs for incoming connections.
baseDomain -> (string)
The base domain for this cluster.
subnets -> (string)
The subnets associated with this cluster.
authorizedIpRanges -> (string)
The allow list of CIDR blocks which can access the API server.
authorizedIpRangesAllowList -> (boolean)
Whether to allow only ‘authorizedIPRanges’ given or all public IPs.
tags -> (array)
Tags provided by the user at the time of app creation.
item -> (object)
Contains a single tag entry associated with a workbench.
key -> (string)
The name for the tag.
value -> (string)
The value for the tag.
instanceGroups -> (array)
The instance groups.
item -> (object)
Instance group information to show in workbench details.
instanceType -> (string)
The cloud provider instance type for the node instance.
instanceCount -> (integer)
The initial number of instance node.
instanceGroupName -> (string)
The unique name of the instance group.
minInstances -> (integer)
The minimum number of instances that can be deployed to this instance group. If the value is 0, the group might be empty.
maxInstances -> (integer)
The maximum number of instances that can be deployed to this instance group.
instances -> (array)
Instances in the instance group.
item -> (object)
Represents each instance in an instance group.
instanceId -> (string)
Unique instance Id generated by the cloud provider.
availabilityZone -> (string)
Availability zone the instance belongs to.
tags -> (array)
Tags are key/value pairs that are applied to all tag-able resources deployed in the workbench’s cloud environment.
item -> (object)
Contains a single tag entry associated with a workbench.
key -> (string)
The name for the tag.
value -> (string)
The value for the tag.
cpu -> (string)
Number of CPUs attached to this instance type.
gpu -> (string)
Number of GPUs attached to this instance type.
memory -> (string)
Memory in GiB attached to this instance type.
clusterCrn -> (string)
The cluster CRN of the kubernetes cluster.
status -> (string)
The status of the Cloudera AI Inference Service instance.
usePublicLoadBalancer -> (boolean)
Indicates if this Cloudera AI Inference Service instance uses a public load balancer.
httpsEnabled -> (boolean)
Indicates if HTTPs communication was enabled on this application when it was provisioned.
subnetsForLoadBalancers -> (array)
The list of subnets used for the load balancer.
item -> (string)
Form Factors¶
public, private