Interface DataprocClusterClusterConfigMasterConfigAccelerators

    • Method Detail

      • getAcceleratorCount

        @Stability(Stable)
        @NotNull
        Number getAcceleratorCount()
        The number of the accelerator cards of this type exposed to this instance.

        Often restricted to one of 1, 2, 4, or 8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_count DataprocCluster#accelerator_count}

      • getAcceleratorType

        @Stability(Stable)
        @NotNull
        String getAcceleratorType()
        The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_type DataprocCluster#accelerator_type}