public sealed class GetInstructionRequest : IMessage<GetInstructionRequest>, IEquatable<GetInstructionRequest>, IDeepCloneable<GetInstructionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetInstructionRequest.
[[["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 is for the `GetInstructionRequest` class within the Data Labeling v1beta1 API, specifically version 2.0.0-beta04, with links to the latest version 2.0.0-beta05 and older version 1.0.0-beta03."],["The `GetInstructionRequest` class is a request message for the GetInstruction function, and it inherits from the object class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `GetInstructionRequest` object as a parameter for creating a new object."],["The `GetInstructionRequest` class has two key properties, `InstructionName` of type `InstructionName` and `Name` of type string, where `Name` is the resource name for the instruction."]]],[]]