Interface protos.google.cloud.aiplatform.v1.IndexDatapoint.INumericRestriction (3.13.0)

Properties of a NumericRestriction.

Package

@google-cloud/aiplatform

Properties

namespace

namespace?: (string|null);

NumericRestriction namespace

op

op?: (google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Operator|keyof typeof google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Operator|null);

NumericRestriction op

valueDouble

valueDouble?: (number|null);

NumericRestriction valueDouble

valueFloat

valueFloat?: (number|null);

NumericRestriction valueFloat

valueInt

valueInt?: (number|Long|string|null);

NumericRestriction valueInt