Google Cloud Ml V1__Explanation Config Response
data class GoogleCloudMlV1__ExplanationConfigResponse(val integratedGradientsAttribution: GoogleCloudMlV1__IntegratedGradientsAttributionResponse, val sampledShapleyAttribution: GoogleCloudMlV1__SampledShapleyAttributionResponse, val xraiAttribution: GoogleCloudMlV1__XraiAttributionResponse)
Message holding configuration options for explaining model predictions. There are three feature attribution methods supported for TensorFlow models: integrated gradients, sampled Shapley, and XRAI. /ai-platform/prediction/docs/ai-explanations/overview
Constructors
Link copied to clipboard
fun GoogleCloudMlV1__ExplanationConfigResponse(integratedGradientsAttribution: GoogleCloudMlV1__IntegratedGradientsAttributionResponse, sampledShapleyAttribution: GoogleCloudMlV1__SampledShapleyAttributionResponse, xraiAttribution: GoogleCloudMlV1__XraiAttributionResponse)