google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.InstantiateWorkflowTemplateRequest View Source

A request to instantiate a workflow template.

Attributes

  • parameters (%{optional(String.t) => String.t}): Optional. Map from parameter names to values that should be used for those parameters. Values may not exceed 100 characters. Defaults to: null.
  • requestId (String.t): 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/Universallyunique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (), and hyphens (-). The maximum length is 40 characters. Defaults to: null.
  • version (integer()): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.InstantiateWorkflowTemplateRequest{
  parameters: map(),
  requestId: any(),
  version: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.