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-09 UTC."],[[["This document provides reference documentation for the `SearchDataItemsRequest.Types.OrderByAnnotation` class within the Google Cloud AI Platform v1beta1 API."],["The `OrderByAnnotation` class is used to rank search results based on an annotation's properties, specifically utilizing an expression for the ranking."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and .NET functionalities."],["Key properties of `OrderByAnnotation` include `OrderBy`, which defines the sorting order of annotation fields, and `SavedQuery`, which specifies the saved query that the annotations belong to."],["The latest documentation version available is `1.0.0-beta21`, and `1.0.0-beta20` is also available for previous versions."]]],[]]