encodedTensorName property

String encodedTensorName
final

Encoded tensor is a transformation of the input tensor. Must be provided if choosing google.cloud.aiplatform.v1beta1.ExplanationParameters.integrated_gradients_attribution or google.cloud.aiplatform.v1beta1.ExplanationParameters.xrai_attribution and the input tensor is not differentiable.

An encoded tensor is generated if the input tensor is encoded by a lookup table.

Implementation

final String encodedTensorName;