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
Returns Required. The name of the Endpoint requested to serve the prediction.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
.
127 128 129 130 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 127 class StreamRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_body ⇒ ::Google::Api::HttpBody
Returns The prediction input. Supports HTTP headers and arbitrary data payload.
127 128 129 130 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 127 class StreamRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |