// @generated by protoc-gen-connect-es v1.5.0 // @generated from file app/mlinference/v1/ml_inference.proto (package viam.app.mlinference.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import { GetInferenceRequest, GetInferenceResponse } from "./ml_inference_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; /** * @generated from service viam.app.mlinference.v1.MLInferenceService */ export declare const MLInferenceService: { readonly typeName: "viam.app.mlinference.v1.MLInferenceService", readonly methods: { /** * @generated from rpc viam.app.mlinference.v1.MLInferenceService.GetInference */ readonly getInference: { readonly name: "GetInference", readonly I: typeof GetInferenceRequest, readonly O: typeof GetInferenceResponse, readonly kind: MethodKind.Unary, }, } };