Class: Google::Cloud::AIPlatform::V1::DirectRawPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DirectRawPredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Request message for PredictionService.DirectRawPredict.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Required.
-
#input ⇒ ::String
The prediction input.
-
#method_name ⇒ ::String
Fully qualified name of the API method being invoked to perform predictions.
Instance Attribute Details
#endpoint ⇒ ::String
Returns Required. The name of the Endpoint requested to serve the prediction.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
.
182 183 184 185 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182 class DirectRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::String
Returns The prediction input.
182 183 184 185 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182 class DirectRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#method_name ⇒ ::String
Returns Fully qualified name of the API method being invoked to perform predictions.
Format:
/namespace.Service/Method/
Example:
/tensorflow.serving.PredictionService/Predict
.
182 183 184 185 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182 class DirectRawPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |