Skip to main content

Monitoring and Configuration

  • To get metric of Private AI EndPoint

    initz get metric --service-type=ai-endpoint --name=<ai-endpoint-name> --runtype=<prod/non-prod>
    Flags
    --service-type
    • Indicates the type of the service.
    • required
    • Possible value : ai-endpoint/app
    --name
    • Indicates the name of the private ai-endpoint.
    • required
    • Shorthand : n
    --runtype
    • Indicates the runtype of the private ai-endpoint.
    • required
    • Possible values : prod/non-prod
    --workspaceid
    --orgid
  • To get the Logs for Private AI EndPoint

    initz logs ai-endpoint --name=<ai-endpoint-name> --env=<test/prod>
    Flags
    --name
    • Indicates the name of the private ai-endpoint.
    • required
    • Shorthand : n
    --env
    • Indicates the environment of the logs.
    • required
    • Possible values : <test/prod>
    --workspaceid
    --orgid
  • To get the Private AI EndPoint Configuration

    initz describe ai-endpoint --name=<ai-endpoint-name>
    Flags
    --name
    • Indicates the name of the private ai-endpoint.
    • required
    • Shorthand : n
    --workspaceid
    --orgid