Class: Google::Cloud::AIPlatform::V1::ExplainResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExplainResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/prediction_service.rb
Overview
Response message for PredictionService.Explain.
Instance Attribute Summary collapse
-
#deployed_model_id ⇒ ::String
ID of the Endpoint's DeployedModel that served this explanation.
-
#explanations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Explanation>
The explanations of the Model's PredictResponse.predictions.
-
#predictions ⇒ ::Array<::Google::Protobuf::Value>
The predictions that are the output of the predictions call.
Instance Attribute Details
#deployed_model_id ⇒ ::String
Returns ID of the Endpoint's DeployedModel that served this explanation.
421 422 423 424 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 421 class ExplainResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Explanation>
Returns The explanations of the Model's PredictResponse.predictions.
It has the same number of elements as instances to be explained.
421 422 423 424 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 421 class ExplainResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predictions ⇒ ::Array<::Google::Protobuf::Value>
Returns The predictions that are the output of the predictions call. Same as PredictResponse.predictions.
421 422 423 424 |
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 421 class ExplainResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |