Interface WorkbenchInstanceGceSetupAcceleratorConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkbenchInstanceGceSetupAcceleratorConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.040Z") @Stability(Stable) public interface WorkbenchInstanceGceSetupAcceleratorConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkbenchInstanceGceSetupAcceleratorConfigs.BuilderA builder forWorkbenchInstanceGceSetupAcceleratorConfigsstatic classWorkbenchInstanceGceSetupAcceleratorConfigs.Jsii$ProxyAn implementation forWorkbenchInstanceGceSetupAcceleratorConfigs
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkbenchInstanceGceSetupAcceleratorConfigs.Builderbuilder()default StringgetCoreCount()Optional.default StringgetType()Optional.
-
-
-
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}
-
builder
@Stability(Stable) static WorkbenchInstanceGceSetupAcceleratorConfigs.Builder builder()
-
-