Class DataLabelingJobName.Builder (3.42.0)

public static class DataLabelingJobName.Builder

Builder for projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}.

Inheritance

java.lang.Object > DataLabelingJobName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DataLabelingJobName build()
Returns
TypeDescription
DataLabelingJobName

getDataLabelingJob()

public String getDataLabelingJob()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDataLabelingJob(String dataLabelingJob)

public DataLabelingJobName.Builder setDataLabelingJob(String dataLabelingJob)
Parameter
NameDescription
dataLabelingJobString
Returns
TypeDescription
DataLabelingJobName.Builder

setLocation(String location)

public DataLabelingJobName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DataLabelingJobName.Builder

setProject(String project)

public DataLabelingJobName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DataLabelingJobName.Builder