
src.tpu.v2.getNode.scala Maven / Gradle / Ivy
package besom.api.googlenative.tpu.v2
def getNode(using ctx: besom.types.Context)(
args: besom.api.googlenative.tpu.v2.GetNodeArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.tpu.v2.GetNodeResult] =
ctx.invoke[besom.api.googlenative.tpu.v2.GetNodeArgs, besom.api.googlenative.tpu.v2.GetNodeResult]("google-native:tpu/v2:getNode", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy