View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpec (google_api_ai_platform v0.13.0)
Specification of Model explanation.
Attributes
-
metadata
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadata.t
, default:nil
) - Optional. Metadata describing the Model's input and output for explanation. -
parameters
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationParameters.t
, default:nil
) - Required. Parameters that configure explaining of the Model's predictions.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpec{ metadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadata.t() | nil, parameters: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationParameters.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.