Data Labeling v1beta1 API - Class CreateInstructionRequest (2.0.0-beta03)

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.

Inheritance

object > CreateInstructionRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

CreateInstructionRequest()

public CreateInstructionRequest()

CreateInstructionRequest(CreateInstructionRequest)

public CreateInstructionRequest(CreateInstructionRequest other)
Parameter
NameDescription
otherCreateInstructionRequest

Properties

Instruction

public Instruction Instruction { get; set; }

Required. Instruction of how to perform the labeling task.

Property Value
TypeDescription
Instruction

Parent

public string Parent { get; set; }

Required. Instruction resource parent, format: projects/{project_id}

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName