explanationSpec property

GoogleCloudAiplatformV1ExplanationSpec? explanationSpec
getter/setter pair

Explanation configuration for this BatchPredictionJob.

Can be specified only if generate_explanation is set to true. This value overrides the value of Model.explanation_spec. All fields of explanation_spec are optional in the request. If a field of the explanation_spec object is not populated, the corresponding field of the Model.explanation_spec object is inherited.

Implementation

GoogleCloudAiplatformV1ExplanationSpec? explanationSpec;