public sealed class GetExampleRequest : IMessage<GetExampleRequest>, IEquatable<GetExampleRequest>, IDeepCloneable<GetExampleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetExampleRequest.
Optional. An expression for filtering Examples. Filter by
annotation_spec.display_name is supported. Format
"annotation_spec.display_name = {display_name}"
[[["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-03-21 UTC."],[[["This documentation provides details for the `GetExampleRequest` class within the Google Cloud Data Labeling v1beta1 API, specifically for .NET developers."],["`GetExampleRequest` is a request message class used for retrieving a data labeling example, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers constructors to create a new `GetExampleRequest` instance or clone an existing one, as well as properties like `ExampleName`, `Filter`, and `Name`."],["The `Name` property of `GetExampleRequest` is required and must be formatted in a specific way, indicating the project, dataset, annotated dataset, and example ID, and an optional filter can be applied for filtering examples by their annotation specifications."],["This API is currently in beta, with the latest version being 2.0.0-beta05 and prior beta versions of 2.0.0-beta04, and 1.0.0-beta03, are also accessible."]]],[]]