Interface NotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.203Z") @Stability(Stable) public interface NotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig.Builderstatic classNotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig.Jsii$ProxyAn implementation forNotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig.Builderbuilder()default NumbergetCoreCount()Count of cores of this accelerator.default StringgetType()Accelerator model.
-
-
-
Method Detail
-
getCoreCount
@Stability(Stable) @Nullable default 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_runtime#core_count NotebooksRuntime#core_count}
-
getType
@Stability(Stable) @Nullable default String getType()
Accelerator model. For valid values, see 'https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#AcceleratorType'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#type NotebooksRuntime#type}
-
builder
@Stability(Stable) static NotebooksRuntimeVirtualMachineVirtualMachineConfigAcceleratorConfig.Builder builder()
-
-