Google Cloud Datapipelines V1Launch Flex Template Parameter Args
data class GoogleCloudDatapipelinesV1LaunchFlexTemplateParameterArgs(val containerSpecGcsPath: Output<String>? = null, val environment: Output<GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironmentArgs>? = null, val jobName: Output<String>, val launchOptions: Output<Map<String, String>>? = null, val parameters: Output<Map<String, String>>? = null, val transformNameMappings: Output<Map<String, String>>? = null, val update: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDatapipelinesV1LaunchFlexTemplateParameterArgs>
Launch Flex Template parameter.
Constructors
Link copied to clipboard
constructor(containerSpecGcsPath: Output<String>? = null, environment: Output<GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironmentArgs>? = null, jobName: Output<String>, launchOptions: Output<Map<String, String>>? = null, parameters: Output<Map<String, String>>? = null, transformNameMappings: Output<Map<String, String>>? = null, update: Output<Boolean>? = null)
Properties
Link copied to clipboard
Cloud Storage path to a file with a JSON-serialized ContainerSpec as content.
Link copied to clipboard
The runtime environment for the Flex Template job.
Link copied to clipboard
Launch options for this Flex Template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
Link copied to clipboard
The parameters for the Flex Template. Example: {"num_workers":"5"}
Link copied to clipboard
Use this to pass transform name mappings for streaming update jobs. Example: {"oldTransformName":"newTransformName",...}