Interface StreamingPredictResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getOutputs(int index)
    The prediction output.
    int
    The prediction output.
    The prediction output.
    The prediction output.
    The prediction output.
    The parameters that govern the prediction.
    The parameters that govern the prediction.
    boolean
    The parameters that govern the prediction.

    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

    • getOutputsList

      List<Tensor> getOutputsList()
       The prediction output.
       
      repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;
    • getOutputs

      Tensor getOutputs(int index)
       The prediction output.
       
      repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;
    • getOutputsCount

      int getOutputsCount()
       The prediction output.
       
      repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;
    • getOutputsOrBuilderList

      List<? extends TensorOrBuilder> getOutputsOrBuilderList()
       The prediction output.
       
      repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;
    • getOutputsOrBuilder

      TensorOrBuilder getOutputsOrBuilder(int index)
       The prediction output.
       
      repeated .google.cloud.aiplatform.v1.Tensor outputs = 1;
    • hasParameters

      boolean hasParameters()
       The parameters that govern the prediction.
       
      .google.cloud.aiplatform.v1.Tensor parameters = 2;
      Returns:
      Whether the parameters field is set.
    • getParameters

      Tensor getParameters()
       The parameters that govern the prediction.
       
      .google.cloud.aiplatform.v1.Tensor parameters = 2;
      Returns:
      The parameters.
    • getParametersOrBuilder

      TensorOrBuilder getParametersOrBuilder()
       The parameters that govern the prediction.
       
      .google.cloud.aiplatform.v1.Tensor parameters = 2;