Batch Output Configuration Response
data class BatchOutputConfigurationResponse(val appendRowFileName: String? = null, val outputAction: String? = null)
Batch inference output configuration.
Constructors
Link copied to clipboard
fun BatchOutputConfigurationResponse(appendRowFileName: String? = null, outputAction: String? = null)