Package viam.app.mlinference.v1
Interface MlInference.GetInferenceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MlInference.GetInferenceResponse
,MlInference.GetInferenceResponse.Builder
- Enclosing class:
- MlInference
public static interface MlInference.GetInferenceResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.data.v1.Annotations annotations = 2 [json_name = "annotations"];
.viam.service.mlmodel.v1.FlatTensors output_tensors = 1 [json_name = "outputTensors"];
boolean
.viam.app.data.v1.Annotations annotations = 2 [json_name = "annotations"];
boolean
.viam.service.mlmodel.v1.FlatTensors output_tensors = 1 [json_name = "outputTensors"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasOutputTensors
boolean hasOutputTensors().viam.service.mlmodel.v1.FlatTensors output_tensors = 1 [json_name = "outputTensors"];
- Returns:
- Whether the outputTensors field is set.
-
getOutputTensors
Mlmodel.FlatTensors getOutputTensors().viam.service.mlmodel.v1.FlatTensors output_tensors = 1 [json_name = "outputTensors"];
- Returns:
- The outputTensors.
-
hasAnnotations
boolean hasAnnotations().viam.app.data.v1.Annotations annotations = 2 [json_name = "annotations"];
- Returns:
- Whether the annotations field is set.
-
getAnnotations
Data.Annotations getAnnotations().viam.app.data.v1.Annotations annotations = 2 [json_name = "annotations"];
- Returns:
- The annotations.
-