Interface DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.826Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators.Builderbuilder()default NumbergetAcceleratorCount()The number of the accelerator cards of this type exposed to this instance.default StringgetAcceleratorType()Full URL, partial URI, or short name of the accelerator type resource to expose to this instance.
-
-
-
Method Detail
-
getAcceleratorCount
@Stability(Stable) @Nullable default Number getAcceleratorCount()
The number of the accelerator cards of this type exposed to this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#accelerator_count DataprocWorkflowTemplate#accelerator_count}
-
getAcceleratorType
@Stability(Stable) @Nullable default String getAcceleratorType()
Full URL, partial URI, or short name of the accelerator type resource to expose to this instance.See [Compute Engine AcceleratorTypes](https://cloud.google.com/compute/docs/reference/beta/acceleratorTypes). Examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80` * `nvidia-tesla-k80` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, `nvidia-tesla-k80`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#accelerator_type DataprocWorkflowTemplate#accelerator_type}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerators.Builder builder()
-
-