Job Args
data class JobArgs(val config: Output<JobConfigArgs>? = null, val inputUri: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mode: Output<JobMode>? = null, val name: Output<String>? = null, val outputUri: Output<String>? = null, val project: Output<String>? = null, val templateId: Output<String>? = null, val ttlAfterCompletionDays: Output<Int>? = null) : ConvertibleToJava<JobArgs>
Creates a job in the specified region.
Constructors
Link copied to clipboard
fun JobArgs(config: Output<JobConfigArgs>? = null, inputUri: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mode: Output<JobMode>? = null, name: Output<String>? = null, outputUri: Output<String>? = null, project: Output<String>? = null, templateId: Output<String>? = null, ttlAfterCompletionDays: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Input only. Specify the input_uri
to populate empty uri
fields in each element of Job.config.inputs
or JobTemplate.config.inputs
when using template. 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
). See Supported input and output formats.
Link copied to clipboard
Input only. Specify the output_uri
to populate an empty Job.config.output.uri
or JobTemplate.config.output.uri
when using template. URI for the output file(s). For example, gs://my-bucket/outputs/
. See Supported input and output formats.