Interface DataprocClusterClusterConfigWorkerConfigAccelerators
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.717Z") @Stability(Stable) public interface DataprocClusterClusterConfigWorkerConfigAccelerators extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigWorkerConfigAccelerators.BuilderA builder forDataprocClusterClusterConfigWorkerConfigAcceleratorsstatic classDataprocClusterClusterConfigWorkerConfigAccelerators.Jsii$ProxyAn implementation forDataprocClusterClusterConfigWorkerConfigAccelerators
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocClusterClusterConfigWorkerConfigAccelerators.Builderbuilder()NumbergetAcceleratorCount()The number of the accelerator cards of this type exposed to this instance.StringgetAcceleratorType()The short name of the accelerator type to expose to this instance.
-
-
-
Method Detail
-
getAcceleratorCount
@Stability(Stable) @NotNull Number getAcceleratorCount()
The number of the accelerator cards of this type exposed to this instance.Often restricted to one of 1, 2, 4, or 8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_count DataprocCluster#accelerator_count}
-
getAcceleratorType
@Stability(Stable) @NotNull String getAcceleratorType()
The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#accelerator_type DataprocCluster#accelerator_type}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigWorkerConfigAccelerators.Builder builder()
-
-