Interface WorkbenchInstanceGceSetupAcceleratorConfigs

    • Method Detail

      • getCoreCount

        @Stability(Stable)
        @Nullable
        default String getCoreCount()
        Optional. Count of cores of this accelerator.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#core_count WorkbenchInstance#core_count}

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        Optional. Type of this accelerator. Possible values: ["NVIDIA_TESLA_P100", "NVIDIA_TESLA_V100", "NVIDIA_TESLA_P4", "NVIDIA_TESLA_T4", "NVIDIA_TESLA_A100", "NVIDIA_A100_80GB", "NVIDIA_L4", "NVIDIA_TESLA_T4_VWS", "NVIDIA_TESLA_P100_VWS", "NVIDIA_TESLA_P4_VWS"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#type WorkbenchInstance#type}