Cloud AI Platform v1 API - Class SearchDataItemsRequest (2.27.0)

public sealed class SearchDataItemsRequest : IMessage<SearchDataItemsRequest>, IEquatable<SearchDataItemsRequest>, IDeepCloneable<SearchDataItemsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchDataItemsRequest.

Request message for [DatasetService.SearchDataItems][google.cloud.aiplatform.v1.DatasetService.SearchDataItems].

Inheritance

object > SearchDataItemsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchDataItemsRequest()

public SearchDataItemsRequest()

SearchDataItemsRequest(SearchDataItemsRequest)

public SearchDataItemsRequest(SearchDataItemsRequest other)
Parameter
NameDescription
otherSearchDataItemsRequest

Properties

AnnotationFilters

public RepeatedField<string> AnnotationFilters { get; }

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.
Property Value
TypeDescription
RepeatedFieldstring

AnnotationsFilter

[Obsolete]
public string AnnotationsFilter { get; set; }

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

  • annotation_spec_id - for = or !=.
Property Value
TypeDescription
string

AnnotationsLimit

public int AnnotationsLimit { get; set; }

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.

Property Value
TypeDescription
int

DataItemFilter

public string DataItemFilter { get; set; }

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)
Property Value
TypeDescription
string

DataLabelingJob

public string DataLabelingJob { get; set; }

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.

Property Value
TypeDescription
string

Dataset

public string Dataset { get; set; }

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

Property Value
TypeDescription
string

DatasetAsDatasetName

public DatasetName DatasetAsDatasetName { get; set; }

DatasetName-typed view over the Dataset resource name property.

Property Value
TypeDescription
DatasetName

FieldMask

public FieldMask FieldMask { get; set; }

Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1.DataItemView] to read.

Property Value
TypeDescription
FieldMask

HasOrderByDataItem

public bool HasOrderByDataItem { get; }

Gets whether the "order_by_data_item" field is set

Property Value
TypeDescription
bool

OrderBy

[Obsolete]
public string OrderBy { get; set; }

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Property Value
TypeDescription
string

OrderByAnnotation

public SearchDataItemsRequest.Types.OrderByAnnotation OrderByAnnotation { get; set; }

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

Property Value
TypeDescription
SearchDataItemsRequestTypesOrderByAnnotation

OrderByDataItem

public string OrderByDataItem { get; set; }

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Property Value
TypeDescription
string

OrderCase

public SearchDataItemsRequest.OrderOneofCase OrderCase { get; }
Property Value
TypeDescription
SearchDataItemsRequestOrderOneofCase

PageSize

public int PageSize { get; set; }

Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

SavedQuery

[Obsolete]
public string SavedQuery { get; set; }

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.

Property Value
TypeDescription
string

SavedQueryAsSavedQueryName

[Obsolete]
public SavedQueryName SavedQueryAsSavedQueryName { get; set; }

SavedQueryName-typed view over the SavedQuery resource name property.

Property Value
TypeDescription
SavedQueryName