public sealed class SearchDataItemsRequest.Types.OrderByAnnotation : IMessage<SearchDataItemsRequest.Types.OrderByAnnotation>, IEquatable<SearchDataItemsRequest.Types.OrderByAnnotation>, IDeepCloneable<SearchDataItemsRequest.Types.OrderByAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SearchDataItemsRequest.Types.OrderByAnnotation.
Expression that allows ranking results based on annotation's property.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference information for the `SearchDataItemsRequest.Types.OrderByAnnotation` class within the Cloud AI Platform v1beta1 API."],["The `OrderByAnnotation` class allows for ranking search results based on the properties of annotations."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffer messaging."],["The class includes properties such as `OrderBy` for specifying the annotation fields to order by and `SavedQuery` to define the required saved query for annotations."],["It has two constructors: a default constructor and another that accepts an `OrderByAnnotation` instance, and it inherits certain members from the `object` class, such as GetHashCode, GetType, and ToString."]]],[]]