Google Cloud Ai Platform V1 Client - Class SearchDataItemsRequest (0.29.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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Protobuf\FieldMask

Mask specifying which fields of DataItemView to read.

↳ 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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderByAnnotation

Expression that allows ranking results based on annotation's property.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\SearchDataItemsRequest\OrderByAnnotation|null

hasOrderByAnnotation

setOrderByAnnotation

Expression that allows ranking results based on annotation's property.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\SearchDataItemsRequest\OrderByAnnotation
Returns
TypeDescription
$this

getDataset

Required. The resource name of the Dataset from which to search DataItems.

Format: projects/{project}/locations/{location}/datasets/{dataset}

Returns
TypeDescription
string

setDataset

Required. The resource name of the Dataset from which to search DataItems.

Format: projects/{project}/locations/{location}/datasets/{dataset}

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$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)
Returns
TypeDescription
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)
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnnotationsFilter

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.
Returns
TypeDescription
string

setAnnotationsFilter

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.
Parameter
NameDescription
var string
Returns
TypeDescription
$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 specify saved_query_id= - saved query id that annotations should belong to.
Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

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 specify saved_query_id= - saved query id that annotations should belong to.
Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getFieldMask

Mask specifying which fields of DataItemView to read.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasFieldMask

clearFieldMask

setFieldMask

Mask specifying which fields of DataItemView to read.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageSize

Requested page size. Server may return fewer results than requested.

Default and maximum page size is 100.

Returns
TypeDescription
int

setPageSize

Requested page size. Server may return fewer results than requested.

Default and maximum page size is 100.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getOrderBy

A comma-separated list of fields to order by, sorted in ascending order.

Use "desc" after a field name for descending.

Returns
TypeDescription
string

setOrderBy

A comma-separated list of fields to order by, sorted in ascending order.

Use "desc" after a field name for descending.

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrder

Returns
TypeDescription
string