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