waitUntilTransformerJobSucceeded
suspend fun B2BiClient.waitUntilTransformerJobSucceeded(request: GetTransformerJobRequest, retryStrategy: RetryStrategy? = null): Outcome<GetTransformerJobResponse>
suspend fun B2BiClient.waitUntilTransformerJobSucceeded(block: GetTransformerJobRequest.Builder.() -> Unit): Outcome<GetTransformerJobResponse>