Class: Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchDataItemsRequest::OrderByAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Expression that allows ranking results based on annotation's property.
Instance Attribute Summary collapse
-
#order_by ⇒ ::String
A comma-separated list of annotation fields to order by, sorted in ascending order.
-
#saved_query ⇒ ::String
Required.
Instance Attribute Details
#order_by ⇒ ::String
Returns A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.
502 503 504 505 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 502 class OrderByAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#saved_query ⇒ ::String
Returns Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.
502 503 504 505 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 502 class OrderByAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |