Class: Google::Cloud::AIPlatform::V1::StreamingPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamingPredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Request message for PredictionService.StreamingPredict.
The first message must contain endpoint field and optionally [input][]. The subsequent messages must contain [input][].
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Required.
-
#inputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
The prediction input.
-
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
The parameters that govern the prediction.
Instance Attribute Details
#endpoint ⇒ ::String
Returns Required. The name of the Endpoint requested to serve the prediction.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
.
295 296 297 298 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 295 class StreamingPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
Returns The prediction input.
295 296 297 298 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 295 class StreamingPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
Returns The parameters that govern the prediction.
295 296 297 298 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 295 class StreamingPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |