normalize property
Default L2 normalization for produced vectors. When unset the backend applies its default (RAC_EMBEDDINGS_NORMALIZE_L2 in the C ABI).
Implementation
@$pb.TagNumber(4)
$core.bool get normalize => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set normalize($core.bool value) => $_setBool(3, value);