encodedBaselines property

List<Value> encodedBaselines
final

A list of baselines for the encoded tensor.

The shape of each baseline should match the shape of the encoded tensor. If a scalar is provided, Vertex AI broadcasts to the same shape as the encoded tensor.

Implementation

final List<protobuf.Value> encodedBaselines;