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

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

Attributes

  • executableFile (type: String.t, default: nil) - Required. Cloud Storage URI of executable file.
  • executionTimeout (type: String.t, default: nil) - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.NodeInitializationAction{
  executableFile: String.t() | nil,
  executionTimeout: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.