GoogleApi.DataFusion.V1.Model.Accelerator (google_api_data_fusion v0.18.0) View Source

Identifies Data Fusion accelerators for an instance.

Attributes

  • acceleratorType (type: String.t, default: nil) - The type of an accelator for a CDF instance.
  • state (type: String.t, default: nil) - The state of the accelerator

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1.Model.Accelerator{
  acceleratorType: String.t() | nil,
  state: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.