Interface VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec

    • Method Detail

      • getAcceleratorCount

        @Stability(Stable)
        @Nullable
        default Number getAcceleratorCount()
        The number of accelerators to attach to the machine.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#accelerator_count VertexAiDeploymentResourcePool#accelerator_count}

      • getAcceleratorType

        @Stability(Stable)
        @Nullable
        default String getAcceleratorType()
        The type of accelerator(s) that may be attached to the machine as per accelerator_count. See possible values here.

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

      • getMachineType

        @Stability(Stable)
        @Nullable
        default String getMachineType()
        The type of the machine. See the list of machine types supported for prediction.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#machine_type VertexAiDeploymentResourcePool#machine_type}