inputBaselines property

List<Value> inputBaselines
final

Baseline inputs for this feature.

If no baseline is specified, Vertex AI chooses the baseline for this feature. If multiple baselines are specified, Vertex AI returns the average attributions across them in Attribution.feature_attributions.

For Vertex AI-provided Tensorflow images (both 1.x and 2.x), the shape of each baseline must match the shape of the input tensor. If a scalar is provided, we broadcast to the same shape as the input tensor.

For custom images, the element of the baselines must be in the same format as the feature's input in the instance[]. The schema of any single instance may be specified via Endpoint's DeployedModels' google.cloud.aiplatform.v1beta1.DeployedModel.model google.cloud.aiplatform.v1beta1.Model.predict_schemata instance_schema_uri.

Implementation

final List<protobuf.Value> inputBaselines;