View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplainResponse (google_api_ai_platform v0.13.0)

Response message for PredictionService.Explain.

Attributes

  • deployedModelId (type: String.t, default: nil) - ID of the Endpoint's DeployedModel that served this explanation.
  • explanations (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Explanation.t), default: nil) - The explanations of the Model's PredictResponse.predictions. It has the same number of elements as instances to be explained.
  • predictions (type: list(any()), default: nil) - The predictions that are the output of the predictions call. Same as PredictResponse.predictions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplainResponse{
  deployedModelId: String.t() | nil,
  explanations:
    [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Explanation.t()] | nil,
  predictions: [any()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.