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 classInstructionInstruction of how to perform the labeling task for human operators.static classInstruction.BuilderInstruction 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 InstructionOrBuilderCreateInstructionRequest.Builder. getInstructionOrBuilder()Required.InstructionOrBuilderCreateInstructionRequest. getInstructionOrBuilder()Required.InstructionOrBuilderCreateInstructionRequestOrBuilder. getInstructionOrBuilder()Required.InstructionOrBuilderListInstructionsResponse.Builder. getInstructionsOrBuilder(int index)The list of Instructions to return.InstructionOrBuilderListInstructionsResponse. getInstructionsOrBuilder(int index)The list of Instructions to return.InstructionOrBuilderListInstructionsResponseOrBuilder. 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.
-