Skip to content

Commit 40403be

Browse files
Fixed parameters
1 parent 9db80b0 commit 40403be

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tpu/src/main/java/tpu/CreateQueuedResourceWithNetwork.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,8 @@ public static void main(String[] args)
5959

6060
// Creates a Queued Resource with network configuration.
6161
public static QueuedResource createQueuedResourceWithNetwork(
62-
String projectId,
63-
String zone,
64-
String queuedResourceId,
65-
String nodeName,
66-
String tpuType,
67-
String tpuSoftwareVersion,
68-
String networkName)
62+
String projectId, String zone, String queuedResourceId, String nodeName,
63+
String tpuType, String tpuSoftwareVersion, String networkName)
6964
throws IOException, ExecutionException, InterruptedException {
7065
// With these settings the client library handles the Operation's polling mechanism
7166
// and prevent CancellationException error

0 commit comments

Comments
 (0)