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

Configuration to handle the startup of instances during cluster create and update process.

Attributes

  • requiredRegistrationFraction (type: float(), default: nil) - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.StartupConfig{
  requiredRegistrationFraction: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.