BatchOutputConfigurationResponse

data class BatchOutputConfigurationResponse(val appendRowFileName: String? = null, val outputAction: String? = null)

Batch inference output configuration.

Constructors

Link copied to clipboard
constructor(appendRowFileName: String? = null, outputAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Customized output file name for append_row output action.

Link copied to clipboard
val outputAction: String? = null

Indicates how the output will be organized.