Package com.viam.service.mlmodel.v1
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 TypeMethodDescriptionthe output data is provided as a set of named flat tensorsboolean
the output data is provided as a set of named flat tensorsMethods 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.
-