Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ExplainResponse (v0.10.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ExplainResponse.

Response message for PredictionService.Explain.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_model_id

def deployed_model_id() -> ::String
Returns
  • (::String) — ID of the Endpoint's DeployedModel that served this explanation.

#deployed_model_id=

def deployed_model_id=(value) -> ::String
Parameter
  • value (::String) — ID of the Endpoint's DeployedModel that served this explanation.
Returns
  • (::String) — ID of the Endpoint's DeployedModel that served this explanation.

#explanations

def explanations() -> ::Array<::Google::Cloud::AIPlatform::V1::Explanation>
Returns

#explanations=

def explanations=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Explanation>
Parameter
Returns

#predictions

def predictions() -> ::Array<::Google::Protobuf::Value>
Returns

#predictions=

def predictions=(value) -> ::Array<::Google::Protobuf::Value>
Parameter
Returns