list-relevant-instances¶
- subtitle
List the instance types for Cloudera AI workbench creation that have the requested resource.
- version
0.9.126
Description¶
List of relevant instance type for Cloudera AI workbench creation.
Synopsis¶
list-relevant-instances
--region <value>
--instance-category <value>
--cloud-provider <value>
--request-info <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--region
(string)
Specifies the name of the region for which instance support details are requested.
--instance-category
(string)
Defines the category of the instance (e.g., CPU, GPU) relevant for the query in the specified region.
--cloud-provider
(string)
Identifies the cloud provider (e.g., AWS, Azure) for which to list supported instances.
--request-info
(object)
Instance Details
gpuModel -> (string)
The model of the GPU, entails the complete name by the provider.
gpuType -> (string)
The gpu type, eg A100
cpu -> (string)
The number of CPU cores.
gpu -> (string)
The number of GPUs.
memory -> (string)
The memory size of the resource.
gpuMemory -> (string)
The GPU memory size of the resource.
computeCapability -> (string)
The compute capability of the GPU.
interconnectType -> (string)
The interconnect type between 2 resources.
Shorthand Syntax:
gpuModel=string,gpuType=string,cpu=string,gpu=string,memory=string,gpuMemory=string,computeCapability=string,interconnectType=string
JSON Syntax:
{
"gpuModel": "string",
"gpuType": "string",
"cpu": "string",
"gpu": "string",
"memory": "string",
"gpuMemory": "string",
"computeCapability": "string",
"interconnectType": "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¶
instanceDetails -> (array)
Contains a list of instance details, including CPU, GPU, memory, and name, for supported instances in the queried region.
item -> (object)
Instance Details
cpu -> (string)
The number of CPU cores available for the instance in the region.
gpu -> (string)
The number of GPUs available for the instance in the region.
memory -> (string)
The amount of memory (RAM) available for the instance in the region, typically measured in GB.
name -> (string)
A unique name or identifier for the instance type in the region.
category -> (string)
Name of the CPU/GPU category to which it belongs.
gpuModel -> (string)
GPU model.
gpuType -> (string)
GPU model type.
gpuMemory -> (string)
Memory capacity of the GPU.
computeCapability -> (string)
Compute capability of the GPU.
interconnectType -> (string)
Type of interconnect between GPUs.
Form Factors¶
public, private