Class: Google::Cloud::AIPlatform::V1::StreamDirectPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StreamDirectPredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Request message for PredictionService.StreamDirectPredict.
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>
Optional.
-
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
Optional.
Instance Attribute Details
#endpoint ⇒ ::String
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 228 class StreamDirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 228 class StreamDirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 228 class StreamDirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |