Class CreateInstructionRequest (1.6.2)

CreateInstructionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateInstruction.

Attributes

NameDescription
parent str
Required. Instruction resource parent, format: projects/{project_id}
instruction google.cloud.datalabeling_v1beta1.types.Instruction
Required. Instruction of how to perform the labeling task.

Inheritance

builtins.object > proto.message.Message > CreateInstructionRequest