Class: Google::Cloud::AIPlatform::V1::StreamDirectRawPredictResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamDirectRawPredictResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Response message for PredictionService.StreamDirectRawPredict.
Instance Attribute Summary collapse
-
#output ⇒ ::String
The prediction output.
Instance Attribute Details
#output ⇒ ::String
Returns The prediction output.
273 274 275 276 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 273 class StreamDirectRawPredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |