View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter (google_api_data_pipelines v0.3.0)
Launch Flex Template parameter.
Attributes
-
containerSpecGcsPath(type:String.t, default:nil) - Cloud Storage path to a file with a JSON-serialized ContainerSpec as content. -
environment(type:GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.t, default:nil) - The runtime environment for the Flex Template job. -
jobName(type:String.t, default:nil) - Required. The job name to use for the created job. For an update job request, the job name should be the same as the existing running job. -
launchOptions(type:map(), default:nil) - 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. -
parameters(type:map(), default:nil) - The parameters for the Flex Template. Example:{"num_workers":"5"} -
transformNameMappings(type:map(), default:nil) - Use this to pass transform name mappings for streaming update jobs. Example:{"oldTransformName":"newTransformName",...} -
update(type:boolean(), default:nil) - Set this to true if you are sending a request to update a running streaming job. When set, the job name should be the same as the running job.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter{
containerSpecGcsPath: String.t() | nil,
environment:
GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.t()
| nil,
jobName: String.t() | nil,
launchOptions: map() | nil,
parameters: map() | nil,
transformNameMappings: map() | nil,
update: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.