tBatchJobName

public static String tBatchJobName(ApiClient apiClient, Object name)

It validates and extracts the batch job name based on the backend (Vertex AI or MLDev).

Return

The extracted name (e.g., job ID).

Parameters

apiClient

The ApiClient instance, used to determine the backend.

name

The batch job name as an Object, expected to be a String.

Throws

If the input name is not a String or does not match expected patterns.