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.
Request message for CreateInstruction.
Implements
IMessageCreateInstructionRequest, IEquatableCreateInstructionRequest, IDeepCloneableCreateInstructionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
CreateInstructionRequest()
public CreateInstructionRequest()
CreateInstructionRequest(CreateInstructionRequest)
public CreateInstructionRequest(CreateInstructionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateInstructionRequest |
Properties
Instruction
public Instruction Instruction { get; set; }
Required. Instruction of how to perform the labeling task.
Property Value | |
---|---|
Type | Description |
Instruction |
Parent
public string Parent { get; set; }
Required. Instruction resource parent, format: projects/{project_id}
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |