Class DataLabelingJobName.Builder (3.44.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
Type Description
DataLabelingJobName

getDataLabelingJob()

public String getDataLabelingJob()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDataLabelingJob(String dataLabelingJob)

public DataLabelingJobName.Builder setDataLabelingJob(String dataLabelingJob)
Parameter
Name Description
dataLabelingJob String
Returns
Type Description
DataLabelingJobName.Builder

setLocation(String location)

public DataLabelingJobName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DataLabelingJobName.Builder

setProject(String project)

public DataLabelingJobName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DataLabelingJobName.Builder