Uses of Class
com.google.cloud.datalabeling.v1beta1.InstructionName
-
Packages that use InstructionName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of InstructionName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return InstructionName Modifier and Type Method Description InstructionNameInstructionName.Builder. build()static InstructionNameInstructionName. of(String project, String instruction)static InstructionNameInstructionName. parse(String formattedString)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type InstructionName Modifier and Type Method Description static List<InstructionName>InstructionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type InstructionName Modifier and Type Method Description voidDataLabelingServiceClient. deleteInstruction(InstructionName name)Deletes an instruction object by resource name.InstructionDataLabelingServiceClient. getInstruction(InstructionName name)Gets an instruction by resource name.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type InstructionName Modifier and Type Method Description static List<String>InstructionName. toStringList(List<InstructionName> values)
-