numericRestricts property

List<GoogleCloudAiplatformV1IndexDatapointNumericRestriction>? numericRestricts
getter/setter pair

List of Restrict of the datapoint, used to perform "restricted searches" where boolean rule are used to filter the subset of the database eligible for matching.

This uses numeric comparisons.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1IndexDatapointNumericRestriction>?
    numericRestricts;