Class: Google::Cloud::AIPlatform::V1::DirectRawPredictResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DirectRawPredictResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Response message for PredictionService.DirectRawPredict.
Instance Attribute Summary collapse
-
#output ⇒ ::String
The prediction output.
Instance Attribute Details
#output ⇒ ::String
205 206 207 208 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 205 class DirectRawPredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |