Uses of Class
com.google.cloud.aiplatform.v1.SearchDataItemsRequest.Builder
Packages that use SearchDataItemsRequest.Builder
-
Uses of SearchDataItemsRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SearchDataItemsRequest.BuilderModifier and TypeMethodDescriptionSearchDataItemsRequest.Builder.addAllAnnotationFilters(Iterable<String> values) An expression that specifies what Annotations will be returned per DataItem.SearchDataItemsRequest.Builder.addAnnotationFilters(String value) An expression that specifies what Annotations will be returned per DataItem.SearchDataItemsRequest.Builder.addAnnotationFiltersBytes(com.google.protobuf.ByteString value) An expression that specifies what Annotations will be returned per DataItem.SearchDataItemsRequest.Builder.clear()SearchDataItemsRequest.Builder.clearAnnotationFilters()An expression that specifies what Annotations will be returned per DataItem.SearchDataItemsRequest.Builder.clearAnnotationsFilter()Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated.SearchDataItemsRequest.Builder.clearAnnotationsLimit()If set, only up to this many of Annotations will be returned per DataItemView.SearchDataItemsRequest.Builder.clearDataItemFilter()An expression for filtering the DataItem that will be returnedSearchDataItemsRequest.Builder.clearDataLabelingJob()The resource name of a DataLabelingJob.SearchDataItemsRequest.Builder.clearDataset()Required.SearchDataItemsRequest.Builder.clearFieldMask()Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1.DataItemView] to read.SearchDataItemsRequest.Builder.clearOrder()SearchDataItemsRequest.Builder.clearOrderBy()Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated.SearchDataItemsRequest.Builder.clearOrderByAnnotation()Expression that allows ranking results based on annotation's property.SearchDataItemsRequest.Builder.clearOrderByDataItem()A comma-separated list of data item fields to order by, sorted in ascending order.SearchDataItemsRequest.Builder.clearPageSize()Requested page size.SearchDataItemsRequest.Builder.clearPageToken()A token identifying a page of results for the server to return Typically obtained via [SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1.SearchDataItemsResponse.next_page_token] of the previous [DatasetService.SearchDataItems][google.cloud.aiplatform.v1.DatasetService.SearchDataItems] call.SearchDataItemsRequest.Builder.clearSavedQuery()Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated.SearchDataItemsRequest.Builder.mergeFieldMask(com.google.protobuf.FieldMask value) Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1.DataItemView] to read.SearchDataItemsRequest.Builder.mergeFrom(SearchDataItemsRequest other) SearchDataItemsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SearchDataItemsRequest.Builder.mergeFrom(com.google.protobuf.Message other) SearchDataItemsRequest.Builder.mergeOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value) Expression that allows ranking results based on annotation's property.SearchDataItemsRequest.newBuilder()SearchDataItemsRequest.newBuilder(SearchDataItemsRequest prototype) SearchDataItemsRequest.newBuilderForType()protected SearchDataItemsRequest.BuilderSearchDataItemsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SearchDataItemsRequest.Builder.setAnnotationFilters(int index, String value) An expression that specifies what Annotations will be returned per DataItem.SearchDataItemsRequest.Builder.setAnnotationsFilter(String value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated.SearchDataItemsRequest.Builder.setAnnotationsFilterBytes(com.google.protobuf.ByteString value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated.SearchDataItemsRequest.Builder.setAnnotationsLimit(int value) If set, only up to this many of Annotations will be returned per DataItemView.SearchDataItemsRequest.Builder.setDataItemFilter(String value) An expression for filtering the DataItem that will be returnedSearchDataItemsRequest.Builder.setDataItemFilterBytes(com.google.protobuf.ByteString value) An expression for filtering the DataItem that will be returnedSearchDataItemsRequest.Builder.setDataLabelingJob(String value) The resource name of a DataLabelingJob.SearchDataItemsRequest.Builder.setDataLabelingJobBytes(com.google.protobuf.ByteString value) The resource name of a DataLabelingJob.SearchDataItemsRequest.Builder.setDataset(String value) Required.SearchDataItemsRequest.Builder.setDatasetBytes(com.google.protobuf.ByteString value) Required.SearchDataItemsRequest.Builder.setFieldMask(com.google.protobuf.FieldMask value) Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1.DataItemView] to read.SearchDataItemsRequest.Builder.setFieldMask(com.google.protobuf.FieldMask.Builder builderForValue) Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1.DataItemView] to read.SearchDataItemsRequest.Builder.setOrderBy(String value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated.SearchDataItemsRequest.Builder.setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value) Expression that allows ranking results based on annotation's property.SearchDataItemsRequest.Builder.setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation.Builder builderForValue) Expression that allows ranking results based on annotation's property.SearchDataItemsRequest.Builder.setOrderByBytes(com.google.protobuf.ByteString value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated.SearchDataItemsRequest.Builder.setOrderByDataItem(String value) A comma-separated list of data item fields to order by, sorted in ascending order.SearchDataItemsRequest.Builder.setOrderByDataItemBytes(com.google.protobuf.ByteString value) A comma-separated list of data item fields to order by, sorted in ascending order.SearchDataItemsRequest.Builder.setPageSize(int value) Requested page size.SearchDataItemsRequest.Builder.setPageToken(String value) A token identifying a page of results for the server to return Typically obtained via [SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1.SearchDataItemsResponse.next_page_token] of the previous [DatasetService.SearchDataItems][google.cloud.aiplatform.v1.DatasetService.SearchDataItems] call.SearchDataItemsRequest.Builder.setPageTokenBytes(com.google.protobuf.ByteString value) A token identifying a page of results for the server to return Typically obtained via [SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1.SearchDataItemsResponse.next_page_token] of the previous [DatasetService.SearchDataItems][google.cloud.aiplatform.v1.DatasetService.SearchDataItems] call.SearchDataItemsRequest.Builder.setSavedQuery(String value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated.SearchDataItemsRequest.Builder.setSavedQueryBytes(com.google.protobuf.ByteString value) Deprecated.google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated.SearchDataItemsRequest.toBuilder()