Interface NotebooksInstanceAcceleratorConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    NotebooksInstanceAcceleratorConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.178Z")
    @Stability(Stable)
    public interface NotebooksInstanceAcceleratorConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCoreCount

        @Stability(Stable)
        @NotNull
        Number getCoreCount()
        Count of cores of this accelerator.

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

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Type of this accelerator. Possible values: ["ACCELERATOR_TYPE_UNSPECIFIED", "NVIDIA_TESLA_K80", "NVIDIA_TESLA_P100", "NVIDIA_TESLA_V100", "NVIDIA_TESLA_P4", "NVIDIA_TESLA_T4", "NVIDIA_TESLA_T4_VWS", "NVIDIA_TESLA_P100_VWS", "NVIDIA_TESLA_P4_VWS", "NVIDIA_TESLA_A100", "TPU_V2", "TPU_V3"].

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