Private AI End Point Details
-
List all Private AI EndPoint
To list all the private AI EndPoint within a workspace.
initz get ai-endpoint
This will display the list of private AI Endpoints for the workspace that is currently set. To view the private AI Endpoints for a different workspace, run the command below.
initz get ai-endpoint --workspaceid=<workspaceID>
Flags
--workspaceid
- Indicates the ID of the workspace.
- Optional
- (How to get workspaceid)
-
To get the configuration of specific Private AI EndPoint
To get the configuration (instance size, maximum and minimum number of instances, Policy Guardrails is enabled or not) of particular private AI End Point.
initz describe ai-endpoint --name=<ai-endpoint-name>
Flags
--name
- Indicates the name of the private AI End Point.
- required
- Shorthand :
n