Package inference

Interface GrpcService.ModelInferRequest.InferRequestedOutputTensorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.ModelInferRequest.InferRequestedOutputTensor, GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder
Enclosing class:
GrpcService.ModelInferRequest

public static interface GrpcService.ModelInferRequest.InferRequestedOutputTensorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      @@
      @@    .. cpp:var:: string name
      @@
      @@       The tensor name.
      @@
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      @@
      @@    .. cpp:var:: string name
      @@
      @@       The tensor name.
      @@
       
      string name = 1;
      Returns:
      The bytes for name.
    • getParametersCount

      int getParametersCount()
      @@    .. cpp:var:: map<string,InferParameter> parameters
      @@
      @@       Optional requested output tensor parameters.
      @@
       
      map<string, .inference.InferParameter> parameters = 2;
    • containsParameters

      boolean containsParameters(String key)
      @@    .. cpp:var:: map<string,InferParameter> parameters
      @@
      @@       Optional requested output tensor parameters.
      @@
       
      map<string, .inference.InferParameter> parameters = 2;
    • getParameters

      Deprecated.
      Use getParametersMap() instead.
    • getParametersMap

      @@    .. cpp:var:: map<string,InferParameter> parameters
      @@
      @@       Optional requested output tensor parameters.
      @@
       
      map<string, .inference.InferParameter> parameters = 2;
    • getParametersOrDefault

      GrpcService.InferParameter getParametersOrDefault(String key, GrpcService.InferParameter defaultValue)
      @@    .. cpp:var:: map<string,InferParameter> parameters
      @@
      @@       Optional requested output tensor parameters.
      @@
       
      map<string, .inference.InferParameter> parameters = 2;
    • getParametersOrThrow

      GrpcService.InferParameter getParametersOrThrow(String key)
      @@    .. cpp:var:: map<string,InferParameter> parameters
      @@
      @@       Optional requested output tensor parameters.
      @@
       
      map<string, .inference.InferParameter> parameters = 2;