Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class CreateInstructionRequest.
Request message for CreateInstruction.
Generated from protobuf message google.cloud.datalabeling.v1beta1.CreateInstructionRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Instruction resource parent, format: projects/{project_id} |
↳ instruction |
Google\Cloud\DataLabeling\V1beta1\Instruction
Required. Instruction of how to perform the labeling task. |
getParent
Required. Instruction resource parent, format: projects/{project_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Instruction resource parent, format: projects/{project_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstruction
Required. Instruction of how to perform the labeling task.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\DataLabeling\V1beta1\Instruction|null |
|
hasInstruction
clearInstruction
setInstruction
Required. Instruction of how to perform the labeling task.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\Instruction
|
| Returns | |
|---|---|
| Type | Description |
$this |
|