Uses of Interface
com.google.cloud.datalabeling.v1beta1.InstructionOrBuilder
-
Packages that use InstructionOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of InstructionOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 that implement InstructionOrBuilder Modifier and Type Class Description class
Instruction
Instruction of how to perform the labeling task for human operators.static class
Instruction.Builder
Instruction of how to perform the labeling task for human operators.Methods in com.google.cloud.datalabeling.v1beta1 that return InstructionOrBuilder Modifier and Type Method Description InstructionOrBuilder
CreateInstructionRequest.Builder. getInstructionOrBuilder()
Required.InstructionOrBuilder
CreateInstructionRequest. getInstructionOrBuilder()
Required.InstructionOrBuilder
CreateInstructionRequestOrBuilder. getInstructionOrBuilder()
Required.InstructionOrBuilder
ListInstructionsResponse.Builder. getInstructionsOrBuilder(int index)
The list of Instructions to return.InstructionOrBuilder
ListInstructionsResponse. getInstructionsOrBuilder(int index)
The list of Instructions to return.InstructionOrBuilder
ListInstructionsResponseOrBuilder. getInstructionsOrBuilder(int index)
The list of Instructions to return.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type InstructionOrBuilder Modifier and Type Method Description List<? extends InstructionOrBuilder>
ListInstructionsResponse.Builder. getInstructionsOrBuilderList()
The list of Instructions to return.List<? extends InstructionOrBuilder>
ListInstructionsResponse. getInstructionsOrBuilderList()
The list of Instructions to return.List<? extends InstructionOrBuilder>
ListInstructionsResponseOrBuilder. getInstructionsOrBuilderList()
The list of Instructions to return.
-