Class: Google::Cloud::AIPlatform::V1::PredictResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PredictResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Response message for PredictionService.Predict.
Instance Attribute Summary collapse
-
#deployed_model_id ⇒ ::String
ID of the Endpoint's DeployedModel that served this prediction.
-
#metadata ⇒ ::Google::Protobuf::Value
readonly
Output only.
-
#model ⇒ ::String
readonly
Output only.
-
#model_display_name ⇒ ::String
readonly
Output only.
-
#model_version_id ⇒ ::String
readonly
Output only.
-
#predictions ⇒ ::Array<::Google::Protobuf::Value>
The predictions that are the output of the predictions call.
Instance Attribute Details
#deployed_model_id ⇒ ::String
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Protobuf::Value (readonly)
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String (readonly)
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_display_name ⇒ ::String (readonly)
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_version_id ⇒ ::String (readonly)
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predictions ⇒ ::Array<::Google::Protobuf::Value>
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 83 class PredictResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |