Class: Google::Cloud::AIPlatform::V1::StreamRawPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamRawPredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Request message for PredictionService.StreamRawPredict.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Required.
-
#http_body ⇒ ::Google::Api::HttpBody
The prediction input.
Instance Attribute Details
#endpoint ⇒ ::String
140 141 142 143 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 140 class StreamRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_body ⇒ ::Google::Api::HttpBody
140 141 142 143 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 140 class StreamRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |