- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.1
- 0.10.0
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SearchDataItemsRequest.
Request message for DatasetService.SearchDataItems .
Generated from protobuf message google.cloud.aiplatform.v1.SearchDataItemsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ order_by_data_item
string
A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
↳ order_by_annotation
Google\Cloud\AIPlatform\V1\SearchDataItemsRequest\OrderByAnnotation
Expression that allows ranking results based on annotation's property.
↳ dataset
string
Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}
↳ saved_query
string
The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}
All of the search will be done in the context of this SavedQuery.
↳ data_labeling_job
string
The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
If this field is set, all of the search will be done in the context of this DataLabelingJob.
↳ data_item_filter
string
An expression for filtering the DataItem that will be returned. * data_item_id
- for = or !=. * labeled
- for = or !=. * has_annotation(ANNOTATION_SPEC_ID)
- true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID
in the context of SavedQuery or DataLabelingJob. For example: * data_item=1
* has_annotation(5)
↳ annotations_filter
string
An expression for filtering the Annotations that will be returned per DataItem. * annotation_spec_id
- for = or !=.
↳ annotation_filters
array
An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned. * annotation_spec_id
- for = or !=. Must specify saved_query_id=
- saved query id that annotations should belong to.
↳ field_mask
↳ annotations_limit
int
If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.
↳ page_size
int
Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
↳ order_by
string
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
↳ page_token
string
A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.
getOrderByDataItem
A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
string
hasOrderByDataItem
setOrderByDataItem
A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
var
string
$this
getOrderByAnnotation
Expression that allows ranking results based on annotation's property.
hasOrderByAnnotation
setOrderByAnnotation
Expression that allows ranking results based on annotation's property.
$this
getDataset
Required. The resource name of the Dataset from which to search DataItems.
Format: projects/{project}/locations/{location}/datasets/{dataset}
string
setDataset
Required. The resource name of the Dataset from which to search DataItems.
Format: projects/{project}/locations/{location}/datasets/{dataset}
var
string
$this
getSavedQuery
The resource name of a SavedQuery(annotation set in UI).
Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}
All of the search will be done in the context of this SavedQuery.
string
setSavedQuery
The resource name of a SavedQuery(annotation set in UI).
Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}
All of the search will be done in the context of this SavedQuery.
var
string
$this
getDataLabelingJob
The resource name of a DataLabelingJob.
Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
If this field is set, all of the search will be done in the context of
this DataLabelingJob.
string
setDataLabelingJob
The resource name of a DataLabelingJob.
Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
If this field is set, all of the search will be done in the context of
this DataLabelingJob.
var
string
$this
getDataItemFilter
An expression for filtering the DataItem that will be returned.
-
data_item_id
- for = or !=.-
labeled
- for = or !=. -
has_annotation(ANNOTATION_SPEC_ID)
- true only for DataItem that have at least one annotation with annotation_spec_id =ANNOTATION_SPEC_ID
in the context of SavedQuery or DataLabelingJob. For example:
-
-
data_item=1
-
has_annotation(5)
string
setDataItemFilter
An expression for filtering the DataItem that will be returned.
-
data_item_id
- for = or !=.-
labeled
- for = or !=. -
has_annotation(ANNOTATION_SPEC_ID)
- true only for DataItem that have at least one annotation with annotation_spec_id =ANNOTATION_SPEC_ID
in the context of SavedQuery or DataLabelingJob. For example:
-
-
data_item=1
-
has_annotation(5)
var
string
$this
getAnnotationsFilter
An expression for filtering the Annotations that will be returned per DataItem.
-
annotation_spec_id
- for = or !=.
string
setAnnotationsFilter
An expression for filtering the Annotations that will be returned per DataItem.
-
annotation_spec_id
- for = or !=.
var
string
$this
getAnnotationFilters
An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.
-
annotation_spec_id
- for = or !=. Must specifysaved_query_id=
- saved query id that annotations should belong to.
setAnnotationFilters
An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.
-
annotation_spec_id
- for = or !=. Must specifysaved_query_id=
- saved query id that annotations should belong to.
var
string[]
$this
getFieldMask
Mask specifying which fields of DataItemView to read.
hasFieldMask
clearFieldMask
setFieldMask
Mask specifying which fields of DataItemView to read.
$this
getAnnotationsLimit
If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.
int
setAnnotationsLimit
If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.
var
int
$this
getPageSize
Requested page size. Server may return fewer results than requested.
Default and maximum page size is 100.
int
setPageSize
Requested page size. Server may return fewer results than requested.
Default and maximum page size is 100.
var
int
$this
getOrderBy
A comma-separated list of fields to order by, sorted in ascending order.
Use "desc" after a field name for descending.
string
setOrderBy
A comma-separated list of fields to order by, sorted in ascending order.
Use "desc" after a field name for descending.
var
string
$this
getPageToken
A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.
string
setPageToken
A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.
var
string
$this
getOrder
string