Class: Google::Cloud::AIPlatform::V1::StreamingPredictResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/prediction_service.rb

Overview

Response message for PredictionService.StreamingPredict.

Instance Attribute Summary collapse

Instance Attribute Details

#outputs::Array<::Google::Cloud::AIPlatform::V1::Tensor>

Returns The prediction output.

Returns:



308
309
310
311
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 308

class StreamingPredictResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parameters::Google::Cloud::AIPlatform::V1::Tensor

Returns The parameters that govern the prediction.

Returns:



308
309
310
311
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 308

class StreamingPredictResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end