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