Uses of Class
com.google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Builder
Packages that use IndexDatapoint.NumericRestriction.Builder
-
Uses of IndexDatapoint.NumericRestriction.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexDatapoint.NumericRestriction.BuilderModifier and TypeMethodDescriptionIndexDatapoint.Builder.addNumericRestrictsBuilder()Optional.IndexDatapoint.Builder.addNumericRestrictsBuilder(int index) Optional.IndexDatapoint.NumericRestriction.Builder.clear()IndexDatapoint.NumericRestriction.Builder.clearNamespace()The namespace of this restriction. e.g.: cost.IndexDatapoint.NumericRestriction.Builder.clearOp()This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestriction.Builder.clearValue()IndexDatapoint.NumericRestriction.Builder.clearValueDouble()Represents 64 bit float.IndexDatapoint.NumericRestriction.Builder.clearValueFloat()Represents 32 bit float.IndexDatapoint.NumericRestriction.Builder.clearValueInt()Represents 64 bit integer.IndexDatapoint.Builder.getNumericRestrictsBuilder(int index) Optional.IndexDatapoint.NumericRestriction.Builder.mergeFrom(IndexDatapoint.NumericRestriction other) IndexDatapoint.NumericRestriction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IndexDatapoint.NumericRestriction.Builder.mergeFrom(com.google.protobuf.Message other) IndexDatapoint.NumericRestriction.newBuilder()IndexDatapoint.NumericRestriction.newBuilder(IndexDatapoint.NumericRestriction prototype) IndexDatapoint.NumericRestriction.newBuilderForType()IndexDatapoint.NumericRestriction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) IndexDatapoint.NumericRestriction.Builder.setNamespace(String value) The namespace of this restriction. e.g.: cost.IndexDatapoint.NumericRestriction.Builder.setNamespaceBytes(com.google.protobuf.ByteString value) The namespace of this restriction. e.g.: cost.IndexDatapoint.NumericRestriction.Builder.setOp(IndexDatapoint.NumericRestriction.Operator value) This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestriction.Builder.setOpValue(int value) This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestriction.Builder.setValueDouble(double value) Represents 64 bit float.IndexDatapoint.NumericRestriction.Builder.setValueFloat(float value) Represents 32 bit float.IndexDatapoint.NumericRestriction.Builder.setValueInt(long value) Represents 64 bit integer.IndexDatapoint.NumericRestriction.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexDatapoint.NumericRestriction.BuilderModifier and TypeMethodDescriptionIndexDatapoint.Builder.getNumericRestrictsBuilderList()Optional.Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexDatapoint.NumericRestriction.BuilderModifier and TypeMethodDescriptionIndexDatapoint.Builder.addNumericRestricts(int index, IndexDatapoint.NumericRestriction.Builder builderForValue) Optional.IndexDatapoint.Builder.addNumericRestricts(IndexDatapoint.NumericRestriction.Builder builderForValue) Optional.IndexDatapoint.Builder.setNumericRestricts(int index, IndexDatapoint.NumericRestriction.Builder builderForValue) Optional.