View Source GoogleApi.Dataproc.V1.Model.InstantiateWorkflowTemplateRequest (google_api_dataproc v0.54.0)

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 1000 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.InstantiateWorkflowTemplateRequest{
  parameters: map() | nil,
  requestId: String.t() | nil,
  version: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.