- 0.58.0 (latest)
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 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.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SearchDataItemsRequest.
Request message for DatasetService.SearchDataItems.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_filters
def annotation_filters() -> ::Array<::String>
-
(::Array<::String>) —
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.
#annotation_filters=
def annotation_filters=(value) -> ::Array<::String>
-
value (::Array<::String>) —
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.
-
(::Array<::String>) —
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.
#annotations_filter
def annotations_filter() -> ::String
-
(::String) —
An expression for filtering the Annotations that will be returned per DataItem.
annotation_spec_id
- for = or !=.
#annotations_filter=
def annotations_filter=(value) -> ::String
-
value (::String) —
An expression for filtering the Annotations that will be returned per DataItem.
annotation_spec_id
- for = or !=.
-
(::String) —
An expression for filtering the Annotations that will be returned per DataItem.
annotation_spec_id
- for = or !=.
#annotations_limit
def annotations_limit() -> ::Integer
- (::Integer) — 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.
#annotations_limit=
def annotations_limit=(value) -> ::Integer
- value (::Integer) — 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.
- (::Integer) — 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.
#data_item_filter
def data_item_filter() -> ::String
-
(::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)
#data_item_filter=
def data_item_filter=(value) -> ::String
-
value (::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)
-
(::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)
#data_labeling_job
def data_labeling_job() -> ::String
-
(::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_labeling_job=
def data_labeling_job=(value) -> ::String
-
value (::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.
-
(::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.
#dataset
def dataset() -> ::String
-
(::String) — Required. The resource name of the Dataset from which to search DataItems.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
#dataset=
def dataset=(value) -> ::String
-
value (::String) — Required. The resource name of the Dataset from which to search DataItems.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
-
(::String) — Required. The resource name of the Dataset from which to search DataItems.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
#field_mask
def field_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Mask specifying which fields of DataItemView to read.
#field_mask=
def field_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Mask specifying which fields of DataItemView to read.
- (::Google::Protobuf::FieldMask) — Mask specifying which fields of DataItemView to read.
#order_by
def order_by() -> ::String
- (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
#order_by=
def order_by=(value) -> ::String
- value (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
- (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
#order_by_annotation
def order_by_annotation() -> ::Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation
- (::Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation) — Expression that allows ranking results based on annotation's property.
#order_by_annotation=
def order_by_annotation=(value) -> ::Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation
- value (::Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation) — Expression that allows ranking results based on annotation's property.
- (::Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation) — Expression that allows ranking results based on annotation's property.
#order_by_data_item
def order_by_data_item() -> ::String
- (::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_data_item=
def order_by_data_item=(value) -> ::String
- value (::String) — A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
- (::String) — A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
#page_size
def page_size() -> ::Integer
- (::Integer) — Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
- (::Integer) — Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
#page_token
def page_token() -> ::String
- (::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.
#page_token=
def page_token=(value) -> ::String
- value (::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.
- (::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.
#saved_query
def saved_query() -> ::String
-
(::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.
#saved_query=
def saved_query=(value) -> ::String
-
value (::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.
-
(::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.