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 page provides reference documentation for the `GetExampleRequest` class within the Google Cloud Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["`GetExampleRequest` is a request message used for retrieving a single example and it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetExampleRequest` class includes properties like `ExampleName`, `Filter`, and `Name`, which are used to specify and filter the example to be retrieved."],["The latest available version of GetExampleRequest is 2.0.0-beta05."],["There are available constructors for `GetExampleRequest`, one default and another that takes a `GetExampleRequest` object as a parameter for object creation."]]],[]]