View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources (google_api_dataplex v0.17.0)

Batch compute resources associated with the task.

Attributes

  • executorsCount (type: integer(), default: nil) - Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
  • maxExecutorsCount (type: integer(), default: nil) - Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources{
    executorsCount: integer() | nil,
    maxExecutorsCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.