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

Specifies an executable to run on a fully configured node and a timeout period for executable completion.

Attributes

  • executableFile (String.t): Required. Cloud Storage URI of executable file. Defaults to: null.
  • executionTimeout (String.t): Optional. Amount of time executable has to complete. Default is 10 minutes. Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period. 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.NodeInitializationAction{
  executableFile: any(),
  executionTimeout: 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.