google_api_dataproc v0.15.0 GoogleApi.Dataproc.V1.Model.InstantiateWorkflowTemplateRequest View Source
A request to instantiate a workflow template.
Attributes
parameters
(type:map()
, default:nil
) - Optional. Map from parameter names to values that should be used for those parameters. Values may not exceed 100 characters.requestId
(type:String.t
, default:nil
) - Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.version
(type:integer()
, default:nil
) - Optional. The version of workflow template to instantiate. If specified, the workflow will be instantiated only if the current version of the workflow template has the supplied version.This option cannot be used to instantiate a previous version of workflow template.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.