Class: Google::Cloud::AIPlatform::V1::ExplainResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployed_model_id::String

Returns ID of the Endpoint's DeployedModel that served this explanation.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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