Class: Google::Cloud::AIPlatform::V1::DirectPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DirectPredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Request message for PredictionService.DirectPredict.
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}
.
145 146 147 148 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145 class DirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensor>
Returns The prediction input.
145 146 147 148 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145 class DirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::Tensor
Returns The parameters that govern the prediction.
145 146 147 148 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145 class DirectPredictRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |