public sealed class CreateInstructionRequest : IMessage<CreateInstructionRequest>, IEquatable<CreateInstructionRequest>, IDeepCloneable<CreateInstructionRequest>, IBufferMessage, IMessage
Request message for CreateInstruction.
Implements
IMessage<CreateInstructionRequest>, IEquatable<CreateInstructionRequest>, IDeepCloneable<CreateInstructionRequest>, 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 |