@@ -42,11 +42,11 @@ public final class AcceleratorConfig extends com.google.api.client.json.GenericJ
42
42
* instance. See Compute Engine AcceleratorTypes
43
43
* (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples:
44
44
* https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes
45
- * /nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-
46
- * tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
45
+ * /nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 nvidia-
46
+ * tesla-t4Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
47
47
* (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-
48
48
* zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type
49
- * resource, for example, nvidia-tesla-k80 .
49
+ * resource, for example, nvidia-tesla-t4 .
50
50
* The value may be {@code null}.
51
51
*/
52
52
@ com .google .api .client .util .Key
@@ -74,11 +74,11 @@ public AcceleratorConfig setAcceleratorCount(java.lang.Integer acceleratorCount)
74
74
* instance. See Compute Engine AcceleratorTypes
75
75
* (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples:
76
76
* https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes
77
- * /nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-
78
- * tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
77
+ * /nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 nvidia-
78
+ * tesla-t4Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
79
79
* (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-
80
80
* zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type
81
- * resource, for example, nvidia-tesla-k80 .
81
+ * resource, for example, nvidia-tesla-t4 .
82
82
* @return value or {@code null} for none
83
83
*/
84
84
public java .lang .String getAcceleratorTypeUri () {
@@ -90,11 +90,11 @@ public java.lang.String getAcceleratorTypeUri() {
90
90
* instance. See Compute Engine AcceleratorTypes
91
91
* (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples:
92
92
* https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes
93
- * /nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-
94
- * tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
93
+ * /nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 nvidia-
94
+ * tesla-t4Auto Zone Exception: If you are using the Dataproc Auto Zone Placement
95
95
* (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-
96
96
* zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type
97
- * resource, for example, nvidia-tesla-k80 .
97
+ * resource, for example, nvidia-tesla-t4 .
98
98
* @param acceleratorTypeUri acceleratorTypeUri or {@code null} for none
99
99
*/
100
100
public AcceleratorConfig setAcceleratorTypeUri (java .lang .String acceleratorTypeUri ) {
0 commit comments