Interface Mlmodel.InferResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Mlmodel.InferResponse, Mlmodel.InferResponse.Builder
Enclosing class:
Mlmodel

public static interface Mlmodel.InferResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the output data is provided as a set of named flat tensors
    boolean
    the output data is provided as a set of named flat tensors

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasOutputTensors

      boolean hasOutputTensors()
       the output data is provided as a set of named flat tensors
       
      .viam.service.mlmodel.v1.FlatTensors output_tensors = 3 [json_name = "outputTensors"];
      Returns:
      Whether the outputTensors field is set.
    • getOutputTensors

      Mlmodel.FlatTensors getOutputTensors()
       the output data is provided as a set of named flat tensors
       
      .viam.service.mlmodel.v1.FlatTensors output_tensors = 3 [json_name = "outputTensors"];
      Returns:
      The outputTensors.