getTransformerJob
Returns the details of the transformer run, based on the Transformer job ID.
Samples
fun main() {
//sampleStart
// Sample GetTransformerJob call
val resp = b2BiClient.getTransformerJob {
transformerId = "tr-974c129999f84d8c9"
transformerJobId = "tj-vpYxfV7yQOqjMSYllEslLw"
}
//sampleEnd
}