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 InstructionName
InstructionName.Builder. build()
static InstructionName
InstructionName. of(String project, String instruction)
static InstructionName
InstructionName. 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 void
DataLabelingServiceClient. deleteInstruction(InstructionName name)
Deletes an instruction object by resource name.Instruction
DataLabelingServiceClient. 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)
-