CustomModelJobInputArgs

data class CustomModelJobInputArgs(val description: Output<String>? = null, val jobInputType: Output<String>, val mode: Output<Either<String, InputDeliveryMode>>? = null, val uri: Output<String>) : ConvertibleToJava<CustomModelJobInputArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, jobInputType: Output<String>, mode: Output<Either<String, InputDeliveryMode>>? = null, uri: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description for the input.

Link copied to clipboard
val jobInputType: Output<String>

Enum to determine the Job Input Type. Expected value is 'custom_model'.

Link copied to clipboard
val mode: Output<Either<String, InputDeliveryMode>>? = null

Input Asset Delivery Mode.

Link copied to clipboard
val uri: Output<String>

Required Input Asset URI.

Functions

Link copied to clipboard
open override fun toJava(): CustomModelJobInputArgs