AI_COMPARE_JOBS_ERROR error condition
Failed to compare the two job runs.
HTTP_REQUEST_FAILED
The remote HTTP request failed: <errorMessage>
INTERNAL_ERROR
An internal error occurred: <errorMessage>
INVALID_RUN_ID
Invalid run ID <runId>: unable to resolve the associated cluster. Verify that the run ID is correct and that you have permission to view it.
LLM_AUTH_FAILED
LLM endpoint <endpointName> rejected the request with HTTP <httpStatusCode>: <errorMessage>. Verify the calling identity has access to the endpoint.
LLM_ENDPOINT_NOT_FOUND
LLM endpoint <endpointName> was not found (HTTP <httpStatusCode>): <errorMessage>. The model may not be available in this workspace.
LLM_NETWORK_TIMEOUT
LLM endpoint <endpointName> request timed out: <errorMessage>. The endpoint may be slow or the prompt too large.
LLM_NETWORK_UNREACHABLE
Cannot reach LLM endpoint <endpointName>: <errorMessage>. Check workspace network configuration.
LLM_NOT_APPROVED
LLM endpoint <endpointName> is not approved for this workspace: <errorMessage>. Use a model approved for this workspace's admin.
LLM_RATE_LIMITED
LLM endpoint <endpointName> rate-limited the request (HTTP <httpStatusCode>): <errorMessage>. Retry later.
LLM_SERVER_ERROR
LLM endpoint <endpointName> returned a server error (HTTP <httpStatusCode>): <errorMessage>.
MALFORMED_RESPONSE
The LLM endpoint returned a malformed response: <errorMessage>
MISSING_EVENT_LOGS
Spark event logs are not available from log destination <logDestination>. AI_COMPARE_JOBS requires readable event logs to analyze Spark execution.