explanationSpec property

ExplanationSpec? explanationSpec
final

The default explanation specification for this Model.

The Model can be used for google.cloud.aiplatform.v1beta1.PredictionService.Explain after being deployed if it is populated. The Model can be used for google.cloud.aiplatform.v1beta1.BatchPredictionJob.generate_explanation if it is populated.

All fields of the explanation_spec can be overridden by explanation_spec of DeployModelRequest.deployed_model, or explanation_spec of BatchPredictionJob.

If the default explanation specification is not set for this Model, this Model can still be used for google.cloud.aiplatform.v1beta1.PredictionService.Explain by setting explanation_spec of DeployModelRequest.deployed_model and for google.cloud.aiplatform.v1beta1.BatchPredictionJob.generate_explanation by setting explanation_spec of BatchPredictionJob.

Implementation

final ExplanationSpec? explanationSpec;