Input Args
data class InputArgs(val key: Output<String>? = null, val preprocessingConfig: Output<PreprocessingConfigArgs>? = null, val uri: Output<String>? = null) : ConvertibleToJava<InputArgs>
Input asset.
Constructors
Link copied to clipboard
constructor(key: Output<String>? = null, preprocessingConfig: Output<PreprocessingConfigArgs>? = null, uri: Output<String>? = null)
Properties
Link copied to clipboard
Preprocessing configurations.
Link copied to clipboard
URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4
). If empty, the value is populated from Job.input_uri
. See Supported input and output formats.