Uses of Class
com.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation.Builder
Packages that use SearchDataItemsRequest.OrderByAnnotation.Builder
-
Uses of SearchDataItemsRequest.OrderByAnnotation.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SearchDataItemsRequest.OrderByAnnotation.BuilderModifier and TypeMethodDescriptionSearchDataItemsRequest.OrderByAnnotation.Builder.clear()SearchDataItemsRequest.OrderByAnnotation.Builder.clearOrderBy()A comma-separated list of annotation fields to order by, sorted in ascending order.SearchDataItemsRequest.OrderByAnnotation.Builder.clearSavedQuery()Required.SearchDataItemsRequest.Builder.getOrderByAnnotationBuilder()Expression that allows ranking results based on annotation's property.SearchDataItemsRequest.OrderByAnnotation.Builder.mergeFrom(SearchDataItemsRequest.OrderByAnnotation other) SearchDataItemsRequest.OrderByAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SearchDataItemsRequest.OrderByAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) SearchDataItemsRequest.OrderByAnnotation.newBuilder()SearchDataItemsRequest.OrderByAnnotation.newBuilder(SearchDataItemsRequest.OrderByAnnotation prototype) SearchDataItemsRequest.OrderByAnnotation.newBuilderForType()SearchDataItemsRequest.OrderByAnnotation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SearchDataItemsRequest.OrderByAnnotation.Builder.setOrderBy(String value) A comma-separated list of annotation fields to order by, sorted in ascending order.SearchDataItemsRequest.OrderByAnnotation.Builder.setOrderByBytes(com.google.protobuf.ByteString value) A comma-separated list of annotation fields to order by, sorted in ascending order.SearchDataItemsRequest.OrderByAnnotation.Builder.setSavedQuery(String value) Required.SearchDataItemsRequest.OrderByAnnotation.Builder.setSavedQueryBytes(com.google.protobuf.ByteString value) Required.SearchDataItemsRequest.OrderByAnnotation.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type SearchDataItemsRequest.OrderByAnnotation.BuilderModifier and TypeMethodDescriptionSearchDataItemsRequest.Builder.setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation.Builder builderForValue) Expression that allows ranking results based on annotation's property.