Interface StreamingRawPredictRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamingRawPredictRequest, StreamingRawPredictRequest.Builder

@Generated public interface StreamingRawPredictRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    com.google.protobuf.ByteString
    The prediction input.
    Fully qualified name of the API method being invoked to perform predictions.
    com.google.protobuf.ByteString
    Fully qualified name of the API method being invoked to perform predictions.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEndpoint

      String getEndpoint()
       Required. The name of the Endpoint requested to serve the prediction.
       Format:
       `projects/{project}/locations/{location}/endpoints/{endpoint}`
       
      string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
       Required. The name of the Endpoint requested to serve the prediction.
       Format:
       `projects/{project}/locations/{location}/endpoints/{endpoint}`
       
      string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for endpoint.
    • getMethodName

      String getMethodName()
       Fully qualified name of the API method being invoked to perform
       predictions.
      
       Format:
       `/namespace.Service/Method/`
       Example:
       `/tensorflow.serving.PredictionService/Predict`
       
      string method_name = 2;
      Returns:
      The methodName.
    • getMethodNameBytes

      com.google.protobuf.ByteString getMethodNameBytes()
       Fully qualified name of the API method being invoked to perform
       predictions.
      
       Format:
       `/namespace.Service/Method/`
       Example:
       `/tensorflow.serving.PredictionService/Predict`
       
      string method_name = 2;
      Returns:
      The bytes for methodName.
    • getInput

      com.google.protobuf.ByteString getInput()
       The prediction input.
       
      bytes input = 3;
      Returns:
      The input.