public sealed class CreateInstructionRequest : IMessage<CreateInstructionRequest>, IEquatable<CreateInstructionRequest>, IDeepCloneable<CreateInstructionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CreateInstructionRequest.
[[["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."],[[["The `CreateInstructionRequest` class is part of the Data Labeling v1beta1 API in the Google Cloud .NET library, and is used to create a request to create an instruction."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["The class contains two constructors: a default constructor and one that accepts another `CreateInstructionRequest` instance for cloning."],["The `CreateInstructionRequest` class includes properties like `Instruction` (the instruction details), `Parent` (the project ID where the instruction will be created), and `ParentAsProjectName` (a typed view of the `Parent`)."],["The latest version of this API is 2.0.0-beta05, with 2.0.0-beta04 being the version this documentation details."]]],[]]