Class: Google::Cloud::AIPlatform::V1::StreamingPredictResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamingPredictResponse
- 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
-
#outputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
The prediction output.
-
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
The parameters that govern the prediction.
Instance Attribute Details
#outputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
Returns The prediction output.
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.
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 |